Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DLockscreenRule.kt37 PIN -> setLockscreen(type = PIN, code = VALID_PIN) in starting()
46 if (type == PIN) { in finished()
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSecuritySettingTest.java37 private static final String PIN = "1013"; field in SecuritySettingTest
72 mSecuritySettingsHelper.get().setLockByPin(PIN); in testLockUnlockDeviceByPIN()
74 mSecuritySettingsHelper.get().unlockByPin(PIN); in testLockUnlockDeviceByPIN()
/platform_testing/libraries/sts-common-util/device-side/src/com/android/sts/common/
DLockSettingsUtil.java47 PIN, enumConstant
71 return this.withLockScreen(LockScreenType.PIN, pin); in withPin()
137 case PIN: in withLockScreen()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoLockScreenHelper.java24 PIN, enumConstant
/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/
DLockScreenHelperImpl.java66 if (lockType == LockType.PIN) { in lockScreenBy()
79 if (lockType == LockType.PIN) { in unlockScreenBy()
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DLockscreenUtils.java90 case PIN: in setLockscreen()
143 case PIN: in enterCodeOnLockscreen()
239 PIN, enumConstant
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DLatencyTests.java65 private static final String PIN = "1234"; field in LatencyTests
254 LockscreenHelper.getInstance().setScreenLockViaShell(PIN, LockscreenHelper.MODE_PIN); in testPinCheckDelay()
269 LockscreenHelper.getInstance().unlockScreen(PIN); in testPinCheckDelay()
275 LockscreenHelper.getInstance().removeScreenLockViaShell(PIN); in testPinCheckDelay()
/platform_testing/tests/automotive/functional/lockscreen/src/android/platform/tests/
DLockScreenTest.java42 private static final String PIN = "1234"; field in LockScreenTest
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java99 private static final String PIN = "1234"; field in SystemUiJankTests
871 LockscreenHelper.getInstance().setScreenLockViaShell(PIN, LockscreenHelper.MODE_PIN); in beforePinAppearance()
888 LockscreenHelper.getInstance().unlockScreen(PIN); in afterPinAppearance()
889 LockscreenHelper.getInstance().removeScreenLockViaShell(PIN); in afterPinAppearance()
910 String command = String.format("%s %s %s", "input", "text", PIN); in testPinAppearance()