Home
last modified time | relevance | path

Searched refs:previousState (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothToggleActivity.java118 int previousState = intent.getIntExtra(BluetoothAdapter.EXTRA_PREVIOUS_STATE, -1); in onReceive() local
120 Log.i(TAG, "Previous state: " + previousState + " New state: " + newState); in onReceive()
123 && (BluetoothAdapter.STATE_ON == previousState in onReceive()
124 || BluetoothAdapter.STATE_TURNING_OFF == previousState)) { in onReceive()
129 && (BluetoothAdapter.STATE_OFF == previousState in onReceive()
130 || BluetoothAdapter.STATE_TURNING_ON == previousState)) { in onReceive()
DBtAdapterUtils.java69 int previousState = intent.getIntExtra(BluetoothAdapter.EXTRA_PREVIOUS_STATE, -1); in onReceive() local
71 Log.d(TAG, "Previous state: " + previousState + " New state: " + newState); in onReceive()
/cts/hostsidetests/tagging/src/com/android/cts/tagging/
DTaggingSdk30Test.java100 String previousState = device.getProperty("persist.sys.mte.permissive"); in testPermissive() local
109 previousState != null ? previousState : "0"); in testPermissive()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java490 final int previousState = PermissionUtils.getAppOp(STUB_PACKAGE_NAME, in verifyCanUseFullScreenIntent() local
507 previousState); in verifyCanUseFullScreenIntent()