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

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 64 String getRemoteAlias(in BluetoothDevice device);
BluetoothDevice.java 678 return sService.getRemoteAlias(this);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 758 public String getRemoteAlias(BluetoothDevice device) {
760 Log.w(TAG,"getRemoteAlias(): not allowed for non-active user");
766 return service.getRemoteAlias(device);
    [all...]

Completed in 29 milliseconds