Home
last modified time | relevance | path

Searched refs:notified (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSliceViewTest.java69 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 DComprehensiveCountryDetectorTest.java134 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 DLocationBasedCountryDetectorTest.java165 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 Dkeychords.cpp111 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 Dkeychords.h70 bool notified; member
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.md8 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 Dandroid_view_InputEventSender.cpp229 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 DExpandedViewAnimationControllerImpl.java371 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 DAppWidgetServiceImpl.java4896 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 Dphysics-animation-layout.md8 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 Dmetrics_constants.proto4622 // ACTION: Logged when the app has notified that it has fully drawn. See