Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java124 public void setScreenLock(String pwd, String mode, boolean mIsNexusDevice) in setScreenLock() argument
130 enterScreenLockOnce(pwd, mode, mIsNexusDevice); in setScreenLock()
148 public void enterScreenLockOnce(String pwd, String mode, boolean mIsNexusDevice) { in enterScreenLockOnce() argument
151 if (!mIsNexusDevice) { in enterScreenLockOnce()
166 String mode, boolean mIsNexusDevice) throws Exception { in enterNonMatchingPasscodes() argument
167 enterScreenLockOnce(firstPasscode, mode, mIsNexusDevice); in enterNonMatchingPasscodes()