Searched refs:verifyCallback (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/ |
D | HidDeviceTest.java | 193 private void verifyCallback(int timeoutMs, int callbackType, BlockingQueue<Integer> queue) { in verifyCallback() method in HidDeviceTest 309 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testRegistration() 318 verifyCallback(TIMEOUT_MS, CALLBACK_APP_UNREGISTERED, mCallbackQueue); in testRegistration() 348 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testSendReport() 393 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testReplyReport() 434 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testReportError() 585 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testCallbacks() 590 verifyCallback(TIMEOUT_MS, CALLBACK_ON_GET_REPORT, mCallbackQueue); in testCallbacks() 595 verifyCallback(TIMEOUT_MS, CALLBACK_ON_SET_REPORT, mCallbackQueue); in testCallbacks() 599 verifyCallback(TIMEOUT_MS, CALLBACK_ON_SET_PROTOCOL, mCallbackQueue); in testCallbacks() [all …]
|
/packages/modules/AdServices/adservices/tests/endtoends/src/com/android/adservices/measurement/ |
D | MeasurementManagerTest.java | 553 verifyCallback(callback, captor.getValue()); in testRegisterSource_propagatesCallback_SPlus() 585 verifyCallback(callback, captor.getValue()); in testRegisterWebSource_SPlus() 617 verifyCallback(callback, captor.getValue()); in testRegisterWebTrigger_SPlus() 649 verifyCallback(callback, captor.getValue()); in testRegisterTrigger_SPlus() 681 verifyCallback(callback, captor.getValue()); in testDeleteRegistrations_SPlus() 750 verifyCallback(callback, captor.getValue()); in testRegisterSourceMultiple_SPlus() 777 private void verifyCallback( in verifyCallback() method in MeasurementManagerTest
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/ |
D | SensorPrivacyManagerHelperTest.java | 282 void verifyCallback(int toggleType, int sensor, boolean isEnabled, int iterationNumber); in verifyCallback() method 297 verifier.verifyCallback(t, s, e, i++); in verifyAllCases()
|