Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
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());
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerImpl.java360 final boolean[] notified = {false}; in createCollapseAnimation()
362 if (!notified[0] && animation.getAnimatedFraction() > STACK_COLLAPSE_THRESHOLD) { in createCollapseAnimation()
363 notified[0] = true; in createCollapseAnimation()
/frameworks/base/core/jni/
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…
Dandroid_view_InputEventSender.cpp234 const bool notified = notifyConsumerResponse(env, senderObj.get(), *result, skipCallbacks); in processConsumerResponse() local
235 if (!notified) { in processConsumerResponse()
/frameworks/proto_logging/stats/atoms/telephony/security/
Dsecurity_extension_atoms.proto52 // Whether or not the user was notified for this disclosure
/frameworks/native/services/inputflinger/docs/
Dpointer_capture.md46 …ispatch cycle. If it is not `nullptr`, it signifies that the window was notified that it has Point…
/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java1121 boolean notified = false; in notifyDisplaySwitch()
1136 notified = true; in notifyDisplaySwitch()
1139 return notified; in notifyDisplaySwitch()
/frameworks/base/packages/SettingsLib/DataStore/
DREADME.md79 registered observer will be notified properly.
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md8 The controller is notified whenever children are added or removed from the layout, so that it can a…
Dqs-tiles.md422 4. `CurrentTilesInteractor` updates its flow and classes collecting from it will be notified of the
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java5604 if (!r.notified) { in maybeSendWidgetRestoreBroadcastsLocked()
5605 r.notified = true; in maybeSendWidgetRestoreBroadcastsLocked()
5638 if (!r.notified) { in maybeSendWidgetRestoreBroadcastsLocked()
5639 r.notified = true; in maybeSendWidgetRestoreBroadcastsLocked()
5843 if (!r.notified) { in countPendingUpdates()
5855 public boolean notified; field in AppWidgetServiceImpl.BackupRestoreController.RestoreUpdateRecord
5860 notified = false; in RestoreUpdateRecord()
/frameworks/proto_logging/stats/atoms/telephony/satellite/
Dsatellite_extension_atoms.proto202 // Whether the Dialer is notified with the event DISPLAY_SOS_MESSAGE.
/frameworks/proto_logging/stats/enums/telephony/
Denums.proto346 * changed but not notified to connectivity service.
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4628 // ACTION: Logged when the app has notified that it has fully drawn. See
/frameworks/proto_logging/stats/
Datoms.proto5951 * processing that packet. These events are notified by the kernel via Netlink NFLOG to Netd