/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/viewmodel/ |
D | MediaCommonViewModel.java | 34 … private final kotlin.jvm.functions.Function1<java.lang.Boolean, kotlin.Unit> onRemoved = null; field in MediaCommonViewModel.MediaControl 44 …kotlin.jvm.functions.Function1<? super java.lang.Boolean, kotlin.Unit> onRemoved, @org.jetbrains.a… in MediaControl() 130 …kotlin.jvm.functions.Function1<? super java.lang.Boolean, kotlin.Unit> onRemoved, @org.jetbrains.a… in copy() 163 … private final kotlin.jvm.functions.Function1<java.lang.Boolean, kotlin.Unit> onRemoved = null; field in MediaCommonViewModel.MediaRecommendations 171 …kotlin.jvm.functions.Function1<? super java.lang.Boolean, kotlin.Unit> onRemoved, @org.jetbrains.a… in MediaRecommendations() 241 …kotlin.jvm.functions.Function1<? super java.lang.Boolean, kotlin.Unit> onRemoved, @org.jetbrains.a… in copy()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/util/ |
D | MediaViewModelListUpdateCallback.java | 18 …m.android.systemui.media.controls.ui.viewmodel.MediaCommonViewModel, kotlin.Unit> onRemoved = null; field in MediaViewModelListUpdateCallback 27 …droid.systemui.media.controls.ui.viewmodel.MediaCommonViewModel, kotlin.Unit> onRemoved, @org.jetb… in MediaViewModelListUpdateCallback() 37 public void onRemoved(int position, int count) { in onRemoved() method in MediaViewModelListUpdateCallback
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/ |
H A D | MediaCommonViewModel.kt | 25 abstract val onRemoved: (Boolean) -> Unit constant in com.android.systemui.media.controls.ui.viewmodel.MediaCommonViewModel 33 override val onRemoved: (Boolean) -> Unit, constant in com.android.systemui.media.controls.ui.viewmodel.MediaCommonViewModel.MediaControl 44 override val onRemoved: (Boolean) -> Unit, constant in com.android.systemui.media.controls.ui.viewmodel.MediaCommonViewModel.MediaRecommendations
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/util/ |
H A D | MediaViewModelListUpdateCallback.kt | 28 private val onRemoved: (MediaCommonViewModel) -> Unit, constant in com.android.systemui.media.controls.ui.util.MediaViewModelListUpdateCallback 38 override fun onRemoved(position: Int, count: Int) { in onRemoved() method in com.android.systemui.media.controls.ui.util.MediaViewModelListUpdateCallback
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | RemovalConsumer.java | 32 void onRemoved(@Nullable BiometricAuthenticator.Identifier identifier, int remaining); in onRemoved() method
|
H A D | RemovalClient.java | 74 public void onRemoved(@NonNull BiometricAuthenticator.Identifier identifier, int remaining) { in onRemoved() method in RemovalClient
|
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
H A D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 105 virtual Return<void> onRemoved(uint64_t, uint32_t, uint32_t, uint32_t) in onRemoved() function in __anon4ddd21e50111::FingerprintCallbackBase 174 virtual Return<void> onRemoved(uint64_t, uint32_t, uint32_t groupId, in onRemoved() function in __anon4ddd21e50111::RemoveCallback
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowContainerListener.java | 29 default void onRemoved() {} in onRemoved() method
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | IPnoScanResultsCallback.aidl | 34 void onRemoved(int reason); in onRemoved() method
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IRcsConfigCallback.aidl | 27 void onRemoved(); in onRemoved() method
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/fingerprint/2.1/android.hardware.biometrics.fingerprint-V2.1-java_gen_java/gen/srcs/android/hardware/biometrics/fingerprint/V2_1/ |
D | IBiometricsFingerprintClientCallback.java | 134 void onRemoved(long deviceId, int fingerId, int groupId, int remaining) in onRemoved() method 364 public void onRemoved(long deviceId, int fingerId, int groupId, int remaining) in onRemoved() method in IBiometricsFingerprintClientCallback.Proxy
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/1.0/android.hardware.biometrics.face-V1.0-java_gen_java/gen/srcs/android/hardware/biometrics/face/V1_0/ |
D | IBiometricsFaceClientCallback.java | 163 void onRemoved(long deviceId, java.util.ArrayList<Integer> removed, int userId) in onRemoved() method 411 public void onRemoved(long deviceId, java.util.ArrayList<Integer> removed, int userId) in onRemoved() method in IBiometricsFaceClientCallback.Proxy
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/ |
H A D | TouchHandler.java | 46 void onRemoved(); in onRemoved() method
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ProvisioningManager.java | 1109 public void onRemoved() { in onRemoved() method in ProvisioningManager.RcsProvisioningCallback.CallbackBinder 1171 public void onRemoved() {} in onRemoved() method in ProvisioningManager.RcsProvisioningCallback
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintServiceReceiver.java | 59 public void onRemoved(Fingerprint fp, int remaining) throws RemoteException { in onRemoved() method in FingerprintServiceReceiver
|
H A D | IFingerprintServiceReceiver.aidl | 31 void onRemoved(in Fingerprint fp, int remaining); in onRemoved() method
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/face/ |
H A D | IFaceServiceReceiver.aidl | 33 void onRemoved(in Face face, int remaining); in onRemoved() method
|
H A D | FaceServiceReceiver.java | 59 public void onRemoved(Face face, int remaining) throws RemoteException { in onRemoved() method in FaceServiceReceiver
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | HidlToAidlCallbackConverter.java | 76 public void onRemoved(long deviceId, int fingerId, int groupId, int remaining) { in onRemoved() method in HidlToAidlCallbackConverter
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | HidlToAidlCallbackConverter.java | 74 public void onRemoved(long deviceId, ArrayList<Integer> removed, int userId) { in onRemoved() method in HidlToAidlCallbackConverter
|
/aosp_15_r20/hardware/interfaces/biometrics/fingerprint/2.2/vts/functional/ |
H A D | VtsHalBiometricsFingerprintV2_2TargetTest.cpp | 82 Return<void> onRemoved(uint64_t, uint32_t, uint32_t, uint32_t) override { return Void(); } in onRemoved() function in __anon557c2f470111::FingerprintCallback
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
D | FaceSettingsRemoveButtonPreferenceController.java | 147 void onRemoved(); in onRemoved() method
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/ |
H A D | AlarmStoreTest.java | 238 final Runnable onRemoved = mock(Runnable.class); in alarmClockRemovalListener() local
|
/aosp_15_r20/developers/build/prebuilts/gradle/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/ |
H A D | AlarmAdapter.java | 138 public void onRemoved(int position, int count) { in onRemoved() method in AlarmAdapter.SortedListCallback
|
/aosp_15_r20/developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/ |
D | AlarmAdapter.java | 138 public void onRemoved(int position, int count) { in onRemoved() method in AlarmAdapter.SortedListCallback
|