/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactModifier.java | 385 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { in hasChanges() method in RawContactModifier 389 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes, in hasChanges() method in RawContactModifier 452 private static boolean hasChanges(RawContactDelta state, AccountType accountType, in hasChanges() method in RawContactModifier
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ChannelEditorDialogController.kt | 215 private fun hasChanges(): Boolean { in <lambda>() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/row/ |
D | ChannelEditorDialog.java | 32 public final void updateDoneButtonText(boolean hasChanges) { in updateDoneButtonText()
|
D | ChannelEditorDialogController.java | 171 private final boolean hasChanges() { in hasChanges() method in ChannelEditorDialogController
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/skipped/ |
D | BuildAnalysis.java | 47 public void setChangesInTests(boolean hasChanges) { in setChangesInTests()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 97 public boolean hasChanges() { throw new RuntimeException("Stub!"); } in hasChanges() method in Edits
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 97 public boolean hasChanges() { throw new RuntimeException("Stub!"); } in hasChanges() method in Edits
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 97 public boolean hasChanges() { throw new RuntimeException("Stub!"); } in hasChanges() method in Edits
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 97 public boolean hasChanges() { throw new RuntimeException("Stub!"); } in hasChanges() method in Edits
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 97 public boolean hasChanges() { throw new RuntimeException("Stub!"); } in hasChanges() method in Edits
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/ |
H A D | Edits.java | 97 public boolean hasChanges() { throw new RuntimeException("Stub!"); } in hasChanges() method in Edits
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowSurfacePlacer.java | 86 void continueLayout(boolean hasChanges) { in continueLayout()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
|
/aosp_15_r20/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/ |
H A D | edits.h | 177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/ |
H A D | edits.h | 177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | edits.h | 177 UBool hasChanges() const { return numChanges != 0; } in hasChanges() function
|
/aosp_15_r20/external/guice/lib/build/jdiff/ |
HD | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | Edits.java | 239 public boolean hasChanges() { return numChanges != 0; } in hasChanges() method in Edits
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | Edits.java | 246 public boolean hasChanges() { return numChanges != 0; } in hasChanges() method in Edits
|
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/ |
H A D | ComposerClientReader.h | 96 void hasChanges(int64_t display, uint32_t* outNumChangedCompositionTypes, in hasChanges() function
|
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
H A D | HWC2On1Adapter.cpp | 1267 bool HWC2On1Adapter::Display::hasChanges() const { in hasChanges() function in android::HWC2On1Adapter::Display
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HidlComposerHal.cpp | 1674 bool CommandReader::hasChanges(Display display, uint32_t* outNumChangedCompositionTypes, in hasChanges() function in android::Hwc2::CommandReader
|