/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/util/ |
D | MediaViewModelListUpdateCallback.kt | 29 private val onRemoved: (MediaControlViewModel) -> Unit, constant in com.android.systemui.media.controls.ui.util.MediaViewModelListUpdateCallback 39 override fun onRemoved(position: Int, count: Int) { in onRemoved() method in com.android.systemui.media.controls.ui.util.MediaViewModelListUpdateCallback
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | RemovalConsumer.java | 32 void onRemoved(@Nullable BiometricAuthenticator.Identifier identifier, int remaining); in onRemoved() method
|
D | RemovalClient.java | 74 public void onRemoved(@NonNull BiometricAuthenticator.Identifier identifier, int remaining) { in onRemoved() method in RemovalClient
|
D | ClientMonitorCallbackConverter.java | 147 public void onRemoved(BiometricAuthenticator.Identifier identifier, int remaining) in onRemoved() method in ClientMonitorCallbackConverter
|
D | InternalCleanupClient.java | 204 public void onRemoved(BiometricAuthenticator.Identifier identifier, int remaining) { in onRemoved() method in InternalCleanupClient
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainerListener.java | 29 default void onRemoved() {} in onRemoved() method
|
D | WindowContextListenerController.java | 355 public void onRemoved() { in onRemoved() method in WindowContextListenerController.WindowContextListenerImpl
|
D | EmbeddedWindowController.java | 324 void onRemoved() { in onRemoved() method in EmbeddedWindowController.EmbeddedWindow
|
D | ContentRecorder.java | 669 public void onRemoved() { in onRemoved() method in ContentRecorder
|
D | KeyguardController.java | 689 void onRemoved() { in onRemoved() method in KeyguardController.KeyguardDisplayState
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IRcsConfigCallback.aidl | 27 void onRemoved(); in onRemoved() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/ |
D | TouchHandler.java | 46 void onRemoved(); in onRemoved() method
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | IFingerprintServiceReceiver.aidl | 31 void onRemoved(in Fingerprint fp, int remaining); in onRemoved() method
|
D | FingerprintServiceReceiver.java | 59 public void onRemoved(Fingerprint fp, int remaining) throws RemoteException { in onRemoved() method in FingerprintServiceReceiver
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceServiceReceiver.java | 59 public void onRemoved(Face face, int remaining) throws RemoteException { in onRemoved() method in FaceServiceReceiver
|
D | IFaceServiceReceiver.aidl | 33 void onRemoved(in Face face, int remaining); in onRemoved() method
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
D | HidlToAidlCallbackConverter.java | 76 public void onRemoved(long deviceId, int fingerId, int groupId, int remaining) { in onRemoved() method in HidlToAidlCallbackConverter
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
D | HidlToAidlCallbackConverter.java | 74 public void onRemoved(long deviceId, ArrayList<Integer> removed, int userId) { in onRemoved() method in HidlToAidlCallbackConverter
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/ |
D | AlarmStoreTest.java | 238 final Runnable onRemoved = mock(Runnable.class); in alarmClockRemovalListener() local
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/ |
D | Monitor.java | 130 public void onRemoved(Monitor monitor) { in onRemoved() method in Monitor.SubscriptionState
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ProvisioningManager.java | 1109 public void onRemoved() { in onRemoved() method in ProvisioningManager.RcsProvisioningCallback.CallbackBinder 1171 public void onRemoved() {} in onRemoved() method in ProvisioningManager.RcsProvisioningCallback
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/ |
D | EditModeViewModel.kt | 246 override fun onRemoved(position: Int, count: Int) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/ |
D | MediaControlViewModel.kt | 56 val onRemoved: (Boolean) -> Unit, in <lambda>() constant in com.android.systemui.media.controls.ui.viewmodel.MediaControlViewModel
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationUsageStats.java | 915 public void onRemoved() { in onRemoved() method in NotificationUsageStats.SingleNotificationStats
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaCarouselController.kt | 655 private fun onRemoved(controlViewModel: MediaControlViewModel) { in <lambda>() method
|