Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/device-helper/src/android/system/helpers/
DDeviceHelper.java84 public boolean isRyuDevice() { in isRyuDevice() method in DeviceHelper
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java76 mIsRyuDevice = mDeviceHelper.isRyuDevice(); in LockscreenHelper()