Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DIGoogleCameraHelper.java160 public void setHdrMode(int mode); in setHdrMode() argument
170 public void set4KMode(int mode); in set4KMode() argument
181 public void setHFRMode(int mode); in setHFRMode() argument
190 public void setEIS(boolean mode); in setEIS() argument
202 public void selectFrontVideoResolution(int mode); in selectFrontVideoResolution() argument
214 public void selectBackVideoResolution(int mode); in selectBackVideoResolution() argument
226 public void setFrameRate(int mode); in setFrameRate() argument
237 public void setFlashMode(int mode); in setFlashMode() argument
DICamera2Helper.java29 public void goToPreview(ModeType mode, CameraType camera); in goToPreview() argument
55 for (ModeType mode : values()) { in fromString()
56 if (mode.toString().equals(name)) return mode; in fromString()
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DLockscreenHelper.java114 public void setScreenLock(String pwd, String mode, boolean mIsNexusDevice) in setScreenLock() argument
116 if (mode.equalsIgnoreCase("None")) { in setScreenLock()
120 enterScreenLockOnce(pwd, mode, mIsNexusDevice); in setScreenLock()
138 public void enterScreenLockOnce(String pwd, String mode, boolean mIsNexusDevice) { in enterScreenLockOnce() argument
139 mDevice.wait(Until.findObject(By.text(mode)), LONG_TIMEOUT * 2).click(); in enterScreenLockOnce()
156 String mode, boolean mIsNexusDevice) throws Exception { in enterNonMatchingPasscodes() argument
157 enterScreenLockOnce(firstPasscode, mode, mIsNexusDevice); in enterNonMatchingPasscodes()
249 public void setScreenLockViaShell(String passcode, String mode) throws Exception { in setScreenLockViaShell() argument
250 switch (mode) { in setScreenLockViaShell()
261 throw new IllegalArgumentException("Unsupported mode: " + mode); in setScreenLockViaShell()
[all …]
/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
DIGoogleFitHelper.java50 public void addGoal(int mode, int value); in addGoal() argument
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoSettingHelper.java177 void setDayNightMode(DayNightMode mode); in setDayNightMode() argument
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java95 public void changeWindowMode(int taskId, int mode) throws InterruptedException { in changeWindowMode() argument
97 String.format("am stack move-task %d %d true", taskId, mode)); in changeWindowMode()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java445 public void setDayNightMode(DayNightMode mode) { in setDayNightMode() argument
446 if (mode == DayNightMode.DAY_MODE in setDayNightMode()
448 || mode == DayNightMode.NIGHT_MODE in setDayNightMode()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationInteractionTests.java310 private void setAppOpsMode(String mode) throws Exception { in setAppOpsMode() argument
312 getInstrumentation().getContext().getPackageName(), mode); in setAppOpsMode()