/packages/modules/HealthFitness/framework/java/android/health/connect/ |
D | HealthConnectManager.java | 569 public void onResult(InsertRecordsResponseParcel parcel) { in insertRecords() method 619 public void onResult(AggregateDataResponseParcel parcel) { in aggregate() method 688 public void onResult(AggregateDataResponseParcel parcel) { in aggregateGroupByDuration() method 758 public void onResult(AggregateDataResponseParcel parcel) { in aggregateGroupByPeriod() method 816 public void onResult() { in deleteRecords() method 859 public void onResult() { in deleteRecords() method 907 public void onResult() { in deleteRecords() method 943 public void onResult(ChangeLogsResponse parcel) { in getChangeLogs() method 984 public void onResult(ChangeLogTokenResponse parcel) { in getChangeLogToken() method 1022 public void onResult(GetPriorityResponseParcel response) { in fetchDataOriginsPriorityOrder() method [all …]
|
/packages/modules/OnDevicePersonalization/samples/odpclient/src/main/java/com/example/odpclient/ |
D | MainActivity.java | 141 public void onResult(ExecuteResult result) { in makeRequest() method 172 public void onResult(SurfacePackage surfacePackage) { in makeRequest() method 236 public void onResult(ExecuteResult result) { in scheduleTraining() method 283 public void onResult(ExecuteResult result) { in cancelTraining() method 324 public void onResult(ExecuteResult result) { in reportConversion() method
|
/packages/modules/AdServices/adservices/tests/endtoends/src/com/android/adservices/measurement/ |
D | MeasurementManagerTest.java | 94 public void onResult(@NonNull Object result) { in testRegisterSource_executorAndCallbackCalled() method 118 public void onResult(@NonNull Object result) { in testRegisterSource_executorAndCallbackCalled_customReceiver() method 158 public void onResult(@NonNull Object result) { in testRegisterWebSource_executorAndCallbackCalled() method 181 public void onResult(@NonNull Object result) { in testRegisterWebSource_executorAndCallbackCalled_customReceiver() method 217 public void onResult(@NonNull Object result) { in testRegisterWebTrigger_executorAndCallbackCalled() method 240 public void onResult(@NonNull Object result) { in testRegisterWebTrigger_executorAndCallbackCalled_customReceiver() method 265 public void onResult(@NonNull Object result) { in testRegisterTrigger_executorAndCallbackCalled() method 288 public void onResult(@NonNull Object result) { in testRegisterTrigger_executorAndCallbackCalled_customReceiver() method
|
/packages/services/Car/car-lib/src/android/car/ |
D | ResultCallback.java | 33 void onResult(V result); in onResult() method
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | ITwtCapabilitiesListener.aidl | 28 void onResult(in Bundle value); in onResult() method
|
D | IByteArrayListener.aidl | 26 void onResult(in byte[] byteArray); in onResult() method
|
D | IIntegerListener.aidl | 26 void onResult(int value); in onResult() method
|
D | IMacAddressListListener.aidl | 30 void onResult(in ParceledListSlice<MacAddress> value); in onResult() method
|
D | IWifiBandsListener.aidl | 27 void onResult(in WifiBands[] supportedBands); in onResult() method
|
D | IMapListener.aidl | 26 void onResult(in Map value); in onResult() method
|
D | IBooleanListener.aidl | 26 void onResult(boolean value); in onResult() method
|
D | IScanDataListener.aidl | 25 void onResult(in ScanData scanData); in onResult() method
|
D | IWifiNetworkSelectionConfigListener.aidl | 28 void onResult(in WifiNetworkSelectionConfig value); in onResult() method
|
D | ITwtStatsListener.aidl | 28 void onResult(in Bundle value); in onResult() method
|
D | IListListener.aidl | 26 void onResult(in List value); in onResult() method
|
D | IStringListener.aidl | 26 void onResult(String value); in onResult() method
|
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/aidl/ |
D | ITrainingResultCallback.aidl | 29 void onResult(in Bundle result); in onResult() method
|
/packages/modules/AdServices/adservices/framework/java/android/adservices/shell/ |
D | IShellCommandCallback.aidl | 26 void onResult(in ShellCommandResult result); in onResult() method
|
/packages/modules/AppSearch/framework/java/android/app/appsearch/aidl/ |
D | IAppSearchResultCallback.aidl | 22 void onResult(in AppSearchResultParcel resultParcel); in onResult() method
|
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/testing/concurrency/ |
D | IOnResultSyncCallback.java | 30 void onResult(T result); in onResult() method
|
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/ |
D | IIntResultListener.aidl | 24 void onResult(int resultCode); in onResult() method
|
/packages/modules/AdServices/adservices/framework/java/android/adservices/measurement/ |
D | IMeasurementApiStatusCallback.aidl | 24 void onResult(int result); in onResult() method
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
D | MeasurementServiceImplTest.java | 238 public void onResult() { in registerSourceAndAssertSuccess() method 465 public void onResult() { in registerTriggerAndAssertSuccess() method 692 public void onResult() { in deleteRegistrationsAndAssertSuccess() method 716 public void onResult() {} in deleteRegistrationsAndAssertFailure() method 881 public void onResult(int result) { in getMeasurementApiStatusAndAssertSuccess() method 917 public void onResult(int result) { in getMeasurementApiStatusAndAssertFailure() method 936 public void onResult(int result) { in getMeasurementApiStatusAndAssertEnabled() method 1176 public void onResult() { in registerWebSourceAndAssertSuccess() method 1293 public void onResult() { in registerSourcesAndAssertSuccess() method 1637 public void onResult() { in registerWebTriggerAndAssertSuccess() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | DistanceMeasurementSession.java | 134 void onResult(@NonNull BluetoothDevice device, @NonNull DistanceMeasurementResult result) { in onResult() method in DistanceMeasurementSession 209 void onResult(@NonNull BluetoothDevice device, @NonNull DistanceMeasurementResult result); in onResult() method
|
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/measurement/ |
D | AbstractMeasurementLatencyTest.java | 99 public void onResult(@NonNull Object ignoredResult) { in runRegisterSource() method 154 public void onResult(@NonNull Object ignoredResult) {} in warmupAdServices() method
|