Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DIGoogleCameraHelper.java160 public void setHdrMode(int mode); in setHdrMode()
170 public void set4KMode(int mode); in set4KMode()
181 public void setHFRMode(int mode); in setHFRMode()
190 public void setEIS(boolean mode); in setEIS()
202 public void selectFrontVideoResolution(int mode); in selectFrontVideoResolution()
214 public void selectBackVideoResolution(int mode); in selectBackVideoResolution()
226 public void setFrameRate(int mode); in setFrameRate()
237 public void setFlashMode(int mode); in setFlashMode()
DICamera2Helper.java29 public void goToPreview(ModeType mode, CameraType camera); in goToPreview()
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/
DTestAssetRepository.java54 public InputStream openAsset(String path, int mode) throws IOException { in openAsset()
59 public InputStream openNonAsset(int cookie, String path, int mode) throws IOException { in openNonAsset()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java124 public void setScreenLock(String pwd, String mode, boolean mIsNexusDevice) in setScreenLock()
148 public void enterScreenLockOnce(String pwd, String mode, boolean mIsNexusDevice) { in enterScreenLockOnce()
166 String mode, boolean mIsNexusDevice) throws Exception { in enterNonMatchingPasscodes()
259 public void setScreenLockViaShell(String passcode, String mode) throws Exception { in setScreenLockViaShell()
303 String mode, boolean shouldMatch) throws Exception { in setAndEnterLockscreenCode()
310 String mode, boolean shouldMatch) throws Exception { in enterLockscreenCode()
/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
DIGoogleFitHelper.java50 public void addGoal(int mode, int value); in addGoal()
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java95 public void changeWindowMode(int taskId, int mode) throws InterruptedException { in changeWindowMode()