Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/device-helper/src/android/system/helpers/
DDeviceHelper.java31 public class DeviceHelper { class
39 private static DeviceHelper sInstance = null;
43 public DeviceHelper() { in DeviceHelper() method in DeviceHelper
48 public static DeviceHelper getInstance() { in getInstance()
50 sInstance = new DeviceHelper(); in getInstance()
/platform_testing/libraries/system-helpers/account-helper/src/android/system/helpers/
DAccountHelper.java41 private DeviceHelper mDeviceHelper = null;
46 mDeviceHelper = DeviceHelper.getInstance(); in AccountHelper()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java77 private final DeviceHelper mDeviceHelper;
85 mDeviceHelper = DeviceHelper.getInstance(); in LockscreenHelper()