/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
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()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/ |
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());
|
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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedViewAnimationControllerImpl.java | 360 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/ |
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…
|
D | android_view_InputEventSender.cpp | 234 const bool notified = notifyConsumerResponse(env, senderObj.get(), *result, skipCallbacks); in processConsumerResponse() local 235 if (!notified) { in processConsumerResponse()
|
/frameworks/proto_logging/stats/atoms/telephony/security/ |
D | security_extension_atoms.proto | 52 // Whether or not the user was notified for this disclosure
|
/frameworks/native/services/inputflinger/docs/ |
D | pointer_capture.md | 46 …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/ |
D | WallpaperController.java | 1121 boolean notified = false; in notifyDisplaySwitch() 1136 notified = true; in notifyDisplaySwitch() 1139 return notified; in notifyDisplaySwitch()
|
/frameworks/base/packages/SettingsLib/DataStore/ |
D | README.md | 79 registered observer will be notified properly.
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 8 The controller is notified whenever children are added or removed from the layout, so that it can a…
|
D | qs-tiles.md | 422 4. `CurrentTilesInteractor` updates its flow and classes collecting from it will be notified of the
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetServiceImpl.java | 5604 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/ |
D | satellite_extension_atoms.proto | 202 // Whether the Dialer is notified with the event DISPLAY_SOS_MESSAGE.
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 346 * changed but not notified to connectivity service.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4628 // ACTION: Logged when the app has notified that it has fully drawn. See
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 5951 * processing that packet. These events are notified by the kernel via Netlink NFLOG to Netd
|