HomeSort by relevance Sort by last modified time
    Searched refs:onVendorSpecificHeadsetEvent (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 70 onVendorSpecificHeadsetEvent(intent);
634 void onVendorSpecificHeadsetEvent(Intent intent) {
637 Log.e(TAG, "onVendorSpecificHeadsetEvent() remote device is null");
643 Log.e(TAG, "onVendorSpecificHeadsetEvent() command is null");
650 debugLog("onVendorSpecificHeadsetEvent() only SET command is processed");
656 Log.e(TAG, "onVendorSpecificHeadsetEvent() arguments are null");
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/btservice/
RemoteDevicesTest.java 320 mRemoteDevices.onVendorSpecificHeadsetEvent(getVendorSpecificHeadsetEventIntent(
335 mRemoteDevices.onVendorSpecificHeadsetEvent(getVendorSpecificHeadsetEventIntent(

Completed in 877 milliseconds