Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 8 of 8) sorted by relevance

/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java131 BugreportCallbackImpl callback = new BugreportCallbackImpl(latch); in testRetrieveBugreportConsentGranted() local
136 mContext.getMainExecutor(), callback); in testRetrieveBugreportConsentGranted() local
138 assertThat(callback.isSuccess()).isTrue(); in testRetrieveBugreportConsentGranted()
141 String bugreportFileLocation = callback.getBugreportFile(); in testRetrieveBugreportConsentGranted()
146 callback = new BugreportCallbackImpl(latch); in testRetrieveBugreportConsentGranted()
150 mContext.getMainExecutor(), callback); in testRetrieveBugreportConsentGranted()
152 assertThat(callback.getErrorCode()).isEqualTo( in testRetrieveBugreportConsentGranted()
182 BugreportCallbackImpl callback = new BugreportCallbackImpl(latch); in testRetrieveBugreportConsentDenied() local
186 mContext.getMainExecutor(), callback); in testRetrieveBugreportConsentDenied() local
188 assertThat(callback.isSuccess()).isTrue(); in testRetrieveBugreportConsentDenied()
[all …]
/test/vts-testcase/nbu/src/
Dwifi_direct_test.py46 callback = self.group_owner.android.wifiP2pSetChannel(CHANNEL, CHANNEL)
47 assert_utils.AssertAsyncSuccess(callback)
49 callback = self.group_owner.android.wifiP2pStartGroup()
50 group_info = assert_utils.AssertAsyncSuccess(callback)
61 callback = self.group_owner.android.wifiP2pRemoveGroup()
62 assert_utils.AssertAsyncSuccess(callback)
/test/vts-testcase/nbu/src/utils/
Dassert_utils.py9 def AssertAsyncSuccess(callback): argument
24 status_event = callback.waitAndGet('onSuccess', 30)
27 failure_event = callback.waitAndGet('onFailure', 30)
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java82 public Processor(Context context, Processor.Callback callback, int[] testList) { in Processor() argument
84 mCallback = callback; in Processor()
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py352 callback = self.vehicle.GetHidlCallbackInterface(
364 statusCode = self.vehicle.subscribe(callback, [pbSubscribeOption])
400 self.vehicle.unsubscribe(callback, prop)
765 callback = self.vehicle.GetHidlCallbackInterface(
778 statusCode = self.vehicle.subscribe(callback, [pbSubscribeOptions])
786 callback, self.vtypes.VehicleProperty.ENGINE_OIL_TEMP)
/test/mlts/benchmark/jni/
Drun_tflite.cpp526 auto callback = [](const char* entry, const struct stat*, int, struct FTW*) { in cleanup() local
529 nftw(mTempDir.c_str(), callback, 128, FTW_DEPTH | FTW_MOUNT | FTW_PHYS); in cleanup()
/test/mlts/benchmark/results/
DChart.bundle.min.js10callback(e.render,[i,e],i),r.callback(e.onAnimationProgress,[e],i),e.currentStep>=e.numSteps?(r.ca… property
/test/app_compat/csuite/
Dpylintrc316 # List of strings which can identify a callback function by name. A callback