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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainSettings.java 55 } else if (action == BluetoothDevice.ACTION_ACL_DISCONNECTED) {
73 mAdapterIntentFilter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 148 public static final String ACTION_ACL_DISCONNECTED =
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 360 intent = new Intent(BluetoothDevice.ACTION_ACL_DISCONNECTED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 541 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 191 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
469 intentFilter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 259 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)
    [all...]
  /external/robolectric/lib/main/
android.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 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 52 milliseconds