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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 83 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
102 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
BluetoothDevice.java 148 public static final String ACTION_ACL_DISCONNECTED =
    [all...]
BluetoothDeviceProfileState.java 183 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
247 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 86 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
149 mIntentFilter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
BluetoothEventLoop.java 427 intent = new Intent(BluetoothDevice.ACTION_ACL_DISCONNECTED);
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 189 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
454 intentFilter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 239 milliseconds