/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSliceViewTest.java | 69 AtomicBoolean notified = new AtomicBoolean(); in showSlice_notifiesListener() local 70 mKeyguardSliceView.setContentChangeListener(()-> notified.set(true)); in showSlice_notifiesListener() 73 notified.get()); in showSlice_notifiesListener() 78 AtomicBoolean notified = new AtomicBoolean(); in showSlice_emptySliceNotifiesListener() local 79 mKeyguardSliceView.setContentChangeListener(()-> notified.set(true)); in showSlice_emptySliceNotifiesListener() 82 notified.get()); in showSlice_emptySliceNotifiesListener()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/ |
H A D | ComprehensiveCountryDetectorTest.java | 134 public boolean notified() { 156 assertFalse(listener.notified()); 179 assertTrue(listener.notified()); 200 assertFalse(listener.notified()); 244 assertFalse(listener.notified()); 260 assertFalse(listener.notified());
|
H A D | LocationBasedCountryDetectorTest.java | 165 public boolean notified() { in notified() method in LocationBasedCountryDetectorTest.CountryListenerImpl 215 assertTrue(countryListener.notified()); in testFindingCountryCommon() 240 assertTrue(countryListener.notified()); in testFindingCountryCancelled() 259 assertFalse(countryListener.notified()); in testFindingLocationCancelled() 281 assertTrue(countryListener.notified()); in testFindingLocationFailed() 318 assertTrue(countryListener.notified()); in testFindingCountryFailed() 341 assertTrue(countryListener.notified()); in testFindingCountryWithLastKnownLocation()
|
/aosp14/system/core/init/ |
H A D | keychords.cpp | 111 Keychords::Entry::Entry() : notified(false) {} in Entry() 118 entry.notified = false; in LambdaCheck() 124 if (entry.notified) continue; in LambdaCheck() 125 entry.notified = true; in LambdaCheck()
|
H A D | keychords.h | 70 bool notified; member
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputEventReceiver.md | 8 2. The app's `Looper` is notified about the available event. 11 5. The app is notified that a batched event is available for consumption, and schedules a runnable … 19 The app is notified about the available event via the `Looper` callback `handleEvent`. When the app…
|
H A D | android_view_InputEventSender.cpp | 229 const bool notified = notifyConsumerResponse(env, senderObj.get(), *result, skipCallbacks); in processConsumerResponse() local 230 if (!notified) { in processConsumerResponse()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | ExpandedViewAnimationControllerImpl.java | 371 final boolean[] notified = {false}; in createCollapseAnimation() 373 if (!notified[0] && animation.getAnimatedFraction() > STACK_COLLAPSE_THRESHOLD) { in createCollapseAnimation() 374 notified[0] = true; in createCollapseAnimation()
|
/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
H A D | AppWidgetServiceImpl.java | 4896 if (!r.notified) { in maybeSendWidgetRestoreBroadcastsLocked() 4897 r.notified = true; in maybeSendWidgetRestoreBroadcastsLocked() 4930 if (!r.notified) { in maybeSendWidgetRestoreBroadcastsLocked() 4931 r.notified = true; in maybeSendWidgetRestoreBroadcastsLocked() 5133 if (!r.notified) { in countPendingUpdates() 5145 public boolean notified; field in AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord 5150 notified = false; in RestoreUpdateRecord()
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | physics-animation-layout.md | 8 The controller is notified whenever children are added or removed from the layout, so that it can a…
|
/aosp14/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 4622 // ACTION: Logged when the app has notified that it has fully drawn. See
|