Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/lockscreen/src/android/platform/tests/
DLockScreenTest.java41 private static final String PASSWORD = "test4fun"; field in LockScreenTest
85 mLockScreenHelper.get().lockScreenBy(LockType.PASSWORD, PASSWORD); in testLockUnlockScreenByPassword()
86 mLockScreenHelper.get().unlockScreenBy(LockType.PASSWORD, PASSWORD); in testLockUnlockScreenByPassword()
88 mSecuritySettingsHelper.get().unlockByPassword(PASSWORD); in testLockUnlockScreenByPassword()
/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSecuritySettingTest.java36 private static final String PASSWORD = "test4fun"; field in SecuritySettingTest
62 mSecuritySettingsHelper.get().setLockByPassword(PASSWORD); in testLockUnlockDeviceByPassword()
64 mSecuritySettingsHelper.get().unlockByPassword(PASSWORD); in testLockUnlockDeviceByPassword()
/platform_testing/libraries/sts-common-util/device-side/src/com/android/sts/common/
DLockSettingsUtil.java48 PASSWORD, enumConstant
93 return this.withLockScreen(LockScreenType.PASSWORD, password); in withPassword()
140 case PASSWORD: in withLockScreen()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoLockScreenHelper.java25 PASSWORD enumConstant
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DLockscreenUtils.java93 case PASSWORD: in setLockscreen()
144 case PASSWORD: in enterCodeOnLockscreen()
240 PASSWORD, enumConstant
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DLockscreenRule.kt39 PASSWORD, in starting()