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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl57 boolean dialMemory(in BluetoothDevice device, int location);
H A DBluetoothHeadsetClient.java945 public boolean dialMemory(BluetoothDevice device, int location) { method in class:BluetoothHeadsetClient
946 if (DBG) log("dialMemory()");
950 return mService.dialMemory(device, location);

Completed in 1655 milliseconds