Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DLockscreenUtils.java160 public static void checkDeviceLock(boolean expectedLockStatus) { in checkDeviceLock() argument
161 Log.d(TAG, format("Checking device lock status: %s", expectedLockStatus)); in checkDeviceLock()
164 if (getKeyguardManager().isDeviceLocked() == expectedLockStatus) { in checkDeviceLock()
173 assertThat(getKeyguardManager().isDeviceLocked()).isEqualTo(expectedLockStatus); in checkDeviceLock()