/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/ |
D | IRequestCallback.aidl | 21 void onResult(in Bundle result); in onResult() method
|
/frameworks/base/core/java/android/app/prediction/ |
D | IPredictionCallback.aidl | 26 void onResult(in ParceledListSlice result); in onResult() method
|
D | AppPredictor.java | 316 public void onResult(ParceledListSlice result) { in onResult() method in AppPredictor.CallbackWrapper
|
/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/ |
D | IIntResultListener.aidl | 24 void onResult(int resultCode); in onResult() method
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | RemoteServiceCallback.aidl | 28 void onResult(in List<ComponentName> components, in List<IBinder> callServices); in onResult() method
|
/frameworks/base/core/java/android/accounts/ |
D | IAccountManagerResponse.aidl | 26 void onResult(in Bundle value); in onResult() method
|
D | IAccountAuthenticatorResponse.aidl | 26 void onResult(in Bundle value); in onResult() method
|
D | AccountManagerResponse.java | 42 public void onResult(Bundle result) { in onResult() method in AccountManagerResponse
|
D | AccountAuthenticatorResponse.java | 47 public void onResult(Bundle result) { in onResult() method in AccountAuthenticatorResponse
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/ |
D | AsyncResultCallback.java | 46 public abstract void onResult(Result result); in onResult() method in AsyncResultCallback
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Response.java | 30 void onResult(IN request, OUT... result); in onResult() method
|
/frameworks/base/core/java/android/app/backup/ |
D | IBackupObserver.aidl | 47 void onResult(String target, int status); in onResult() method
|
D | BackupObserver.java | 47 public void onResult(String currentBackupPackage, int status) { in onResult() method in BackupObserver
|
D | BackupManager.java | 997 public void onResult(String currentPackage, int status) { in onResult() method in BackupManager.BackupObserverWrapper
|
/frameworks/base/core/java/android/os/ |
D | RemoteCallback.java | 33 void onResult(@Nullable Bundle result); in onResult() method
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | UninstallUninstalling.java | 136 public void onResult(int status, int legacyStatus, @Nullable String message) { in onResult() method in UninstallUninstalling
|
D | EventResultPersister.java | 93 void onResult(int status, int legacyStatus, @Nullable String message); in onResult() method
|
/frameworks/base/services/core/java/com/android/server/ |
D | DynamicSystemService.java | 73 public synchronized void onResult(int result) { in onResult() method in DynamicSystemService.GsiServiceCallback
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
D | ApduSenderTest.java | 67 public void onResult(byte[] bytes) { in onResult() method in ApduSenderTest.ResponseCaptor
|
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
D | Bmgr.java | 313 public void onResult(String currentPackage, int status) { in onResult() method in Bmgr.Observer 360 public void onResult(String currentPackage, int status) { in onResult() method in Bmgr.BackupObserver
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | CacheQuotaStrategy.java | 208 public void onResult(Bundle data) { in onResult() method in CacheQuotaStrategy
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 1687 public void onResult(Bundle result) { in copyAccountToUser() method 1774 public void onResult(Bundle result) { in completeCloningAccount() method 1947 public void onResult(Bundle result) { in onResult() method in AccountManagerService.TestFeaturesSession 2276 public void onResult(Bundle result) { in onResult() method in AccountManagerService.RemoveAccountSession 2732 private void onResult(IAccountManagerResponse response, Bundle result) { in onResult() method in AccountManagerService 2783 public void onResult(Bundle result) { in getAuthTokenLabel() method 2954 public void onResult(Bundle result) { in getAuthToken() method 3405 public void onResult(Bundle result) { in onResult() method in AccountManagerService.StartAccountSession 3850 public void onResult(Bundle result) { in isCredentialsUpdateSuggested() method
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | DynamicSystemInstallationService.java | 223 public void onResult(int result, Throwable detail) { in onResult() method in DynamicSystemInstallationService
|
D | InstallationAsyncTask.java | 125 void onResult(int resultCode, Throwable detail); in onResult() method
|
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringServiceTest.java | 75 public void onResult(final int resultCode) { in onResult() method in TetheringServiceTest.TestTetheringResult
|