Home
last modified time | relevance | path

Searched refs:hasChanged (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCsipDeviceManager.java319 boolean hasChanged = false; in addMemberDevicesIntoMainDevice()
322 return hasChanged; in addMemberDevicesIntoMainDevice()
347 hasChanged = true; in addMemberDevicesIntoMainDevice()
378 hasChanged = true; in addMemberDevicesIntoMainDevice()
381 if (hasChanged) { in addMemberDevicesIntoMainDevice()
385 return hasChanged; in addMemberDevicesIntoMainDevice()
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DDefaultClockController.kt272 val (hasChanged, hasJumped) = foldState.update(fraction)
273 if (hasChanged) {
279 val (hasChanged, hasJumped) = dozeState.update(fraction)
280 if (hasChanged) {
/aosp14/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java87 if (!mStore.hasChanged()) return true; in save()
H A DGestureStore.java214 public boolean hasChanged() { in hasChanged() method in GestureStore
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java2088 || parentChange == null || !parentChange.hasChanged()) { in canPromote()
2219 if (!changeInfo.hasChanged()) { in calculateTargets()
2258 if (parentChange == null || !parentChange.hasChanged()) break; in populateParentChanges()
2761 if (dc == null || !mChanges.get(dc).hasChanged()) continue; in applyDisplayChangeIfNeeded()
2885 boolean hasChanged() { in hasChanged() method in Transition.ChangeInfo
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1451 assertTrue(task1ChangeInfo.hasChanged()); in testTransientLaunch()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile11613 HSPLcom/android/server/wm/Transition$ChangeInfo;->hasChanged()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt28809 HSPLjava/util/Observable;->hasChanged()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14867 method public boolean hasChanged();