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

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 94 boolean notifyIncomingConnection(String address, boolean rejected);
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 182 mBluetoothService.notifyIncomingConnection(info.mRemoteDevice.getAddress(),
185 Log.e(TAG, "notifyIncomingConnection", e);
205 mBluetoothService.notifyIncomingConnection(
208 Log.e(TAG, "notifyIncomingConnection");
232 mBluetoothService.notifyIncomingConnection(
235 Log.e(TAG, "notifyIncomingConnection");
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java     [all...]

Completed in 49 milliseconds