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.java67 private final DeviceHelper mDeviceHelper; field in LockscreenHelper
75 mDeviceHelper = DeviceHelper.getInstance(); in LockscreenHelper()
76 mIsRyuDevice = mDeviceHelper.isRyuDevice(); in LockscreenHelper()
302 mDeviceHelper.sleepAndWakeUpDevice(); in enterLockscreenCode()
368 mDeviceHelper.sleepAndWakeUpDevice(); in unlockDeviceWithPattern()