Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/account-helper/src/android/system/helpers/
DAccountHelper.java41 private DeviceHelper mDeviceHelper = null; field in AccountHelper
46 mDeviceHelper = DeviceHelper.getInstance(); in AccountHelper()
66 if (mDeviceHelper.isNexusExperienceDevice()) { in hasDeviceBackupAccount()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java77 private final DeviceHelper mDeviceHelper; field in LockscreenHelper
85 mDeviceHelper = DeviceHelper.getInstance(); in LockscreenHelper()
86 mIsRyuDevice = mDeviceHelper.isRyuDevice(); in LockscreenHelper()
312 mDeviceHelper.sleepAndWakeUpDevice(); in enterLockscreenCode()
378 mDeviceHelper.sleepAndWakeUpDevice(); in unlockDeviceWithPattern()