Home
last modified time | relevance | path

Searched refs:ACTION_CONNECTION_ACCESS_REPLY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java303 public static final String ACTION_CONNECTION_ACCESS_REPLY = field in BluetoothDevice
DBluetoothDeviceProfileState.java187 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY)) {
248 filter.addAction(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in BluetoothDeviceProfileState()