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.java114 public void setScreenLock(String pwd, String mode, boolean mIsNexusDevice) in setScreenLock() argument
120 enterScreenLockOnce(pwd, mode, mIsNexusDevice); in setScreenLock()
138 public void enterScreenLockOnce(String pwd, String mode, boolean mIsNexusDevice) { in enterScreenLockOnce() argument
141 if (!mIsNexusDevice) { in enterScreenLockOnce()
156 String mode, boolean mIsNexusDevice) throws Exception { in enterNonMatchingPasscodes() argument
157 enterScreenLockOnce(firstPasscode, mode, mIsNexusDevice); in enterNonMatchingPasscodes()