Home
last modified time | relevance | path

Searched refs:ACTION_STATE_CHANGED (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DOperationSafetyChangedCallback.java40 private static final String ACTION_STATE_CHANGED = "operation_safety_state_changed"; field in OperationSafetyChangedCallback
53 if (!ACTION_STATE_CHANGED.equals(action)) {
79 Log.d(TAG, "Registering " + ACTION_STATE_CHANGED + " on user " + context.getUserId()); in register()
82 new IntentFilter(ACTION_STATE_CHANGED)); in register()
98 return new Intent(ACTION_STATE_CHANGED) in intentFor()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothTest.java145 BluetoothAdapter.ACTION_STATE_CHANGED, in disable() argument
167 BluetoothAdapter.ACTION_STATE_CHANGED, in enable() argument
/cts/tests/tests/bluetooth/bluetoothTestUtilLib/src/android/bluetooth/cts/
DBTAdapterUtils.java63 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) { in onReceive()
151 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in initAdapterStateVariables()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleConnectionPriorityClientBaseActivity.java238 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in executeSwitching()
253 if (intent.getAction().equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive()
DBleEncryptedClientBaseActivity.java269 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in executeSwitching()
283 if (intent.getAction().equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive()
DBluetoothToggleActivity.java65 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in onCreate()
DBleClientTestBaseActivity.java448 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in executeSwitching()
463 if (intent.getAction().equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive()
/cts/tests/tests/car/src/android/car/cts/
DCarBluetoothTest.java94 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) { in onReceive()
337 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in setUp()