Home
last modified time | relevance | path

Searched defs:onSuccess (Results 1 – 25 of 138) sorted by relevance

123456

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DProvisionInfoViewModel.java98 public void onSuccess(String providerName) { in ProvisionInfoViewModel() method
116 public void onSuccess(String termsAndConditionsUrl) { in ProvisionInfoViewModel() method
134 public void onSuccess(Boolean isProvisionForced) { in ProvisionInfoViewModel() method
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DTestAdSelectionManager.java86 public void onSuccess() { in overrideAdSelectionConfigRemoteInfo() method
136 public void onSuccess() { in removeAdSelectionConfigRemoteInfoOverride() method
235 public void onSuccess() { in overrideAdSelectionFromOutcomesConfigRemoteInfo() method
286 public void onSuccess() { in removeAdSelectionFromOutcomesConfigRemoteInfoOverride() method
DUpdateAdCounterHistogramCallback.aidl29 void onSuccess(); in onSuccess() method
DReportInteractionCallback.aidl29 void onSuccess(); in onSuccess() method
DReportImpressionCallback.aidl29 void onSuccess(); in onSuccess() method
DAdSelectionOverrideCallback.aidl29 void onSuccess(); in onSuccess() method
DSetAppInstallAdvertisersCallback.aidl29 void onSuccess(); in onSuccess() method
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerExecutor.java130 void onSuccess(@Nullable OutputT output); in onSuccess() method
150 Builder<InputT, OutputT> onSuccess(@NonNull SuccessListener<OutputT> successListener); in onSuccess() method
DDefaultFutureCallback.java34 public void onSuccess(T unused) {} in onSuccess() method in DefaultFutureCallback
/packages/services/Car/tests/common_utils/src/com/android/car/test/
DTestPropertyAsyncCallback.java53 public void onSuccess(@NonNull CarPropertyManager.GetPropertyResult<?> getPropertyResult) { in onSuccess() method in TestPropertyAsyncCallback
68 public void onSuccess(@NonNull CarPropertyManager.SetPropertyResult setPropertyResult) { in onSuccess() method in TestPropertyAsyncCallback
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/color/
DColorCustomizationManagerTest.kt103 override fun onSuccess() {} in testApplyColorBundle() method
137 override fun onSuccess() {} in testApplyColorSeed() method
167 override fun onSuccess() {} in testApply_colorSeedFromWallpaperBoth_shouldReturnBothValue() method
186 override fun onSuccess() {} in testApply_colorSeedFromWallpaperDifferent_shouldReturnNonBothValue() method
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
DBlockingHttpClientTests.java144 public Void onSuccess(InputStream response) { in onSuccess() method in BlockingHttpClientTests.FakeErrorResponseProcessor
160 public Void onSuccess(InputStream response) { in onSuccess() method in BlockingHttpClientTests.FakeSuccessResponseProcessor
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DSessionStateCallback.java22 void onSuccess(); in onSuccess() method
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/aidl/
DIFederatedComputeCallback.aidl10 void onSuccess(); in onSuccess() method
/packages/modules/HealthFitness/framework/java/android/health/connect/aidl/
DIMigrationCallback.aidl12 oneway void onSuccess(); in onSuccess() method
/packages/modules/AdServices/adservices/framework/java/android/adservices/customaudience/
DICustomAudienceCallback.aidl32 void onSuccess(); in onSuccess() method
DCustomAudienceOverrideCallback.aidl29 void onSuccess(); in onSuccess() method
/packages/modules/OnDevicePersonalization/framework/java/android/ondevicepersonalization/aidl/
DIPrivacyStatusServiceCallback.aidl27 void onSuccess(); in onSuccess() method
DIExecuteCallback.aidl23 void onSuccess(in List<String> slotResultTokens); in onSuccess() method
DIDataAccessServiceCallback.aidl23 void onSuccess(in Bundle result); in onSuccess() method
/packages/modules/Wifi/framework/java/android/net/wifi/
DIActionListener.aidl25 void onSuccess(); in onSuccess() method
/packages/modules/RemoteKeyProvisioning/app/aidl/com/android/rkpdapp/
DIStoreUpgradedKeyCallback.aidl30 void onSuccess(); in onSuccess() method
/packages/modules/OnDevicePersonalization/pluginlib/src/com/android/ondevicepersonalization/libraries/plugin/
DPluginCallback.java28 void onSuccess(Bundle output) throws RemoteException; in onSuccess() method
/packages/modules/Connectivity/nearby/framework/java/android/nearby/aidl/
DIFastPairManageAccountDeviceCallback.aidl24 void onSuccess(); in onSuccess() method
/packages/modules/OnDevicePersonalization/pluginlib/src/com/android/ondevicepersonalization/libraries/plugin/internal/
DIPluginCallback.aidl31 void onSuccess(in Bundle output); in onSuccess() method

123456