Searched refs:PIN (Results 1 – 9 of 9) sorted by relevance
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/ |
D | LockscreenRule.kt | 37 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/ |
D | SecuritySettingTest.java | 37 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/ |
D | LockSettingsUtil.java | 47 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/ |
D | IAutoLockScreenHelper.java | 24 PIN, enumConstant
|
/platform_testing/libraries/automotive-helpers/lock-screen-helper/src/android/platform/helpers/ |
D | LockScreenHelperImpl.java | 66 if (lockType == LockType.PIN) { in lockScreenBy() 79 if (lockType == LockType.PIN) { in unlockScreenBy()
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ |
D | LockscreenUtils.java | 90 case PIN: in setLockscreen() 143 case PIN: in enterCodeOnLockscreen() 239 PIN, enumConstant
|
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/ |
D | LatencyTests.java | 65 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/ |
D | LockScreenTest.java | 42 private static final String PIN = "1234"; field in LockScreenTest
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | SystemUiJankTests.java | 99 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()
|