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

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

Completed in 149 milliseconds