Home
last modified time | relevance | path

Searched refs:onBluetoothServiceUp (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothManagerCallback.aidl27 void onBluetoothServiceUp(in IBluetooth bluetoothService); in onBluetoothServiceUp() method
DBluetoothAdapter.java2005 public void onBluetoothServiceUp(IBluetooth bluetoothService) {
2016 cb.onBluetoothServiceUp(bluetoothService);
DBluetoothDevice.java617 public void onBluetoothServiceUp(IBluetooth bluetoothService)
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java984 mCallbacks.getBroadcastItem(i).onBluetoothServiceUp(mBluetooth); in sendBluetoothServiceUpCallback()