Home
last modified time | relevance | path

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

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationSecurityLargeTests.java53 mLockscreenHelper.setScreenLockViaShell(PIN, LockscreenHelper.MODE_PIN); in setUp()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java249 public void setScreenLockViaShell(String passcode, String mode) throws Exception { in setScreenLockViaShell() method in LockscreenHelper
294 setScreenLockViaShell(actualCode, mode); in setAndEnterLockscreenCode()
317 setScreenLockViaShell in setAndEnterLockscreenPattern()
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DLatencyTests.java233 LockscreenHelper.getInstance().setScreenLockViaShell(PIN, LockscreenHelper.MODE_PIN); in testPinCheckDelay()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java871 LockscreenHelper.getInstance().setScreenLockViaShell(PIN, LockscreenHelper.MODE_PIN); in beforePinAppearance()