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

1 2

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AccessoriesFragment.java 136 btChangeFilter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java 67 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
133 if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MapClientService.java 261 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
516 if (!action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)
536 if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 112 if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
127 Log.v(TAG, "ACTION_ACL_DISCONNECTED to be processed for batch: "
593 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainFragment.java 434 btChangeFilter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 610 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 625 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
838 if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED) && mIsWaitingAuthorization) {
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 203 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
484 intentFilter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 166 public static final String ACTION_ACL_DISCONNECTED =
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
RemoteDevicesTest.java 274 // Verify ACTION_ACL_DISCONNECTED and BATTERY_LEVEL_CHANGED intent are sent
281 Assert.assertEquals(BluetoothDevice.ACTION_ACL_DISCONNECTED,
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 619 intent = new Intent(BluetoothDevice.ACTION_ACL_DISCONNECTED);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 594 milliseconds

1 2