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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java732 public BluetoothDevice getClient() { method in class:BluetoothMapService.BluetoothMapBinder
733 if (VERBOSE) Log.v(TAG, "getClient()");
736 Log.v(TAG, "getClient() - returning " + service.getRemoteDevice());
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java761 public BluetoothDevice getClient() {
762 if (DEBUG) Log.d(TAG, "getClient" + mRemoteDevice);
765 Log.w(TAG,"getClient(): not allowed for non-active user");

Completed in 157 milliseconds