HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_ACL_DISCONNECTED (Results 1 - 7 of 7) 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);
BluetoothDevice.java 142 public static final String ACTION_ACL_DISCONNECTED =
    [all...]
BluetoothDeviceProfileState.java 157 } else if (action.equals(BluetoothDevice.ACTION_ACL_DISCONNECTED)) {
207 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED);
    [all...]
  /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 326 intent = new Intent(BluetoothDevice.ACTION_ACL_DISCONNECTED);
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 117 milliseconds