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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 73 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
91 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
BluetoothDeviceProfileState.java 136 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
179 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
    [all...]
BluetoothDevice.java 142 public static final String ACTION_ACL_DISCONNECTED =
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 105 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
169 mIntentFilter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
BluetoothEventLoop.java 320 intent = new Intent(BluetoothDevice.ACTION_ACL_DISCONNECTED);
  /prebuilt/sdk/6/
android.jar 

Completed in 107 milliseconds