Home
last modified time | relevance | path

Searched defs:onResult (Results 1 – 25 of 130) sorted by relevance

123456

/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectManager.java569 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/
DMainActivity.java141 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/
DMeasurementManagerTest.java94 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/
DResultCallback.java33 void onResult(V result); in onResult() method
/packages/modules/Wifi/framework/java/android/net/wifi/
DITwtCapabilitiesListener.aidl28 void onResult(in Bundle value); in onResult() method
DIByteArrayListener.aidl26 void onResult(in byte[] byteArray); in onResult() method
DIIntegerListener.aidl26 void onResult(int value); in onResult() method
DIMacAddressListListener.aidl30 void onResult(in ParceledListSlice<MacAddress> value); in onResult() method
DIWifiBandsListener.aidl27 void onResult(in WifiBands[] supportedBands); in onResult() method
DIMapListener.aidl26 void onResult(in Map value); in onResult() method
DIBooleanListener.aidl26 void onResult(boolean value); in onResult() method
DIScanDataListener.aidl25 void onResult(in ScanData scanData); in onResult() method
DIWifiNetworkSelectionConfigListener.aidl28 void onResult(in WifiNetworkSelectionConfig value); in onResult() method
DITwtStatsListener.aidl28 void onResult(in Bundle value); in onResult() method
DIListListener.aidl26 void onResult(in List value); in onResult() method
DIStringListener.aidl26 void onResult(String value); in onResult() method
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/aidl/
DITrainingResultCallback.aidl29 void onResult(in Bundle result); in onResult() method
/packages/modules/AdServices/adservices/framework/java/android/adservices/shell/
DIShellCommandCallback.aidl26 void onResult(in ShellCommandResult result); in onResult() method
/packages/modules/AppSearch/framework/java/android/app/appsearch/aidl/
DIAppSearchResultCallback.aidl22 void onResult(in AppSearchResultParcel resultParcel); in onResult() method
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/testing/concurrency/
DIOnResultSyncCallback.java30 void onResult(T result); in onResult() method
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DIIntResultListener.aidl24 void onResult(int resultCode); in onResult() method
/packages/modules/AdServices/adservices/framework/java/android/adservices/measurement/
DIMeasurementApiStatusCallback.aidl24 void onResult(int result); in onResult() method
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DMeasurementServiceImplTest.java238 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/
DDistanceMeasurementSession.java134 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/
DAbstractMeasurementLatencyTest.java99 public void onResult(@NonNull Object ignoredResult) { in runRegisterSource() method
154 public void onResult(@NonNull Object ignoredResult) {} in warmupAdServices() method

123456