Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DRemoteDevicesTest.java340 mRemoteDevices.onVendorSpecificHeadsetEvent(getVendorSpecificHeadsetEventIntent( in testOnVendorSpecificHeadsetEvent_testCorrectPlantronicsXEvent()
356 mRemoteDevices.onVendorSpecificHeadsetEvent(getVendorSpecificHeadsetEventIntent( in testOnVendorSpecificHeadsetEvent_testCorrectAppleBatteryVsc()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DRemoteDevices.java111 onVendorSpecificHeadsetEvent(intent);
809 void onVendorSpecificHeadsetEvent(Intent intent) { in onVendorSpecificHeadsetEvent() method in RemoteDevices