Searched refs:getLastVoiceTagNumber (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl60 boolean getLastVoiceTagNumber(in BluetoothDevice device);
H A DBluetoothHeadsetClient.java997 public boolean getLastVoiceTagNumber(BluetoothDevice device) { method in class:BluetoothHeadsetClient
998 if (DBG) log("getLastVoiceTagNumber()");
1002 return mService.getLastVoiceTagNumber(device);

Completed in 99 milliseconds