Home
last modified time | relevance | path

Searched defs:currentState (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/devicestate/
DDeviceStateStatsTests.java86 int currentState = Integer.parseInt(getDevice() in testDeviceStateChanges() local
/cts/tests/PhotoPicker/src/android/photopicker/cts/util/
DGetContentActivityAliasUtils.java52 final int currentState = packageManager.getComponentEnabledSetting(sComponentName); in enableAndGetOldState() local
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsFrameworkLayerStateInfo.java74 int currentState) { in CpmsFrameworkLayerStateInfo()
183 int currentState = -1; in parse() local
/cts/tests/tests/bluetooth/bluetoothTestUtilLib/src/android/bluetooth/cts/
DBTAdapterUtils.java141 int currentState = adapter.getState(); in waitForAdapterStateLocked() local
/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTests.java448 private static int calculateDifferentState(int currentState, Set<Integer> possibleStates) { in calculateDifferentState()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java835 int currentState; field in WifiManagerTest.TestSoftApCallback