Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
H A DHidDeviceTest.java156 mCallbackQueue.clear(); in tearDown()
211 mCallbackQueue.put(CALLBACK_APP_REGISTERED); in onAppStatusChanged()
213 mCallbackQueue.put(CALLBACK_APP_UNREGISTERED); in onAppStatusChanged()
226 mCallbackQueue.put(CALLBACK_ON_GET_REPORT); in onGetReport()
234 mCallbackQueue.put(CALLBACK_ON_SET_REPORT); in onSetReport()
242 mCallbackQueue.put(CALLBACK_ON_SET_PROTOCOL); in onSetProtocol()
250 mCallbackQueue.put(CALLBACK_ON_INTR_DATA); in onInterruptData()
259 mCallbackQueue.put(CALLBACK_ON_VIRTUAL_UNPLUG); in onVirtualCableUnplug()
296 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testRegistration()
510 verifyCallback(TIMEOUT_MS, CALLBACK_ON_GET_REPORT, mCallbackQueue); in testCallbacks()
[all …]