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

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

Completed in 136 milliseconds