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.java1428 public void onBluetoothServiceUp(IBluetooth bluetoothService) {
1436 cb.onBluetoothServiceUp(bluetoothService);
DBluetoothDevice.java593 public void onBluetoothServiceUp(IBluetooth bluetoothService)
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java728 mCallbacks.getBroadcastItem(i).onBluetoothServiceUp(mBluetooth); in sendBluetoothServiceUpCallback()