Home
last modified time | relevance | path

Searched refs:ACTION_ACL_CONNECTED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/deviceidle/
DBluetoothConstraint.java69 filter.addAction(BluetoothDevice.ACTION_ACL_CONNECTED); in startMonitoring()
128 if (BluetoothDevice.ACTION_ACL_CONNECTED.equals(intent.getAction())) {
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DBluetoothEventManagerTest.java182 mIntent = new Intent(BluetoothDevice.ACTION_ACL_CONNECTED); in dispatchAclConnectionStateChanged_aclConnected_shouldDispatchCallback()
208 mIntent = new Intent(BluetoothDevice.ACTION_ACL_CONNECTED); in dispatchAclConnectionStateChanged_aclConnected_shouldNotCallbackSubDevice()
221 mIntent = new Intent(BluetoothDevice.ACTION_ACL_CONNECTED); in dispatchAclConnectionStateChanged_findDeviceReturnNull_shouldNotDispatchCallback()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/deviceidle/
DBluetoothConstraintTest.java131 mContext, new Intent(BluetoothDevice.ACTION_ACL_CONNECTED)); in testStartMonitoring_updatesActiveAtCorrectTimes()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java126 addHandler(BluetoothDevice.ACTION_ACL_CONNECTED, new AclStateChangedHandler()); in BluetoothEventManager()
476 case BluetoothDevice.ACTION_ACL_CONNECTED: in onReceive()
/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java148 public static final String ACTION_ACL_CONNECTED = field in BluetoothDevice
/frameworks/base/core/api/
Dcurrent.txt9046 …Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ACL_CONNECTED = "android.…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6207 …field public static final java.lang.String ACTION_ACL_CONNECTED = "android.bluetooth.device.action…