Home
last modified time | relevance | path

Searched refs:Nothing (Results 1 – 25 of 37) sorted by relevance

12

/cts/common/device-side/interactive/src/main/java/com/android/interactive/steps/
DActAndWaitStep.java19 import com.android.interactive.Nothing;
29 public abstract class ActAndWaitStep extends Step<Nothing> {
40 public Optional<Nothing> getValue() { in getValue()
41 return validate(Nothing.NOTHING); in getValue()
52 public Optional<Nothing> validate(Nothing b) { in validate()
53 return mChecker.get() ? Optional.of(Nothing.NOTHING) : Optional.empty(); in validate()
DCompositionStep.java19 import com.android.interactive.Nothing;
31 public abstract class CompositionStep extends Step<Nothing> {
33 private final List<Class<? extends Step<Nothing>>> mSteps;
36 protected CompositionStep(List<Class<? extends Step<Nothing>>> steps) { in CompositionStep()
41 public Optional<Nothing> getValue() { in getValue()
42 return mPassed ? Optional.of(Nothing.NOTHING) : Optional.empty(); in getValue()
52 for (Class<? extends Step<Nothing>> step : mSteps) { in interact()
/cts/common/device-side/interactive/src/main/java/com/android/interactive/
DAutomatingStep.java24 final class AutomatingStep extends Step<Nothing> {
33 public Optional<Nothing> getValue() { in getValue()
34 return validate(Nothing.NOTHING); in getValue()
43 public Optional<Nothing> validate(Nothing b) { in validate()
/cts/common/device-side/interactive/automation/src/main/java/com/android/interactive/steps/enterprise/settings/
DNavigateToWorkAccountSettingsStepAutomation.java20 import com.android.interactive.Nothing;
24 public final class NavigateToWorkAccountSettingsStepAutomation implements Automation<Nothing> {
26 public Nothing automate() { in automate()
30 return Nothing.NOTHING; in automate()
DNavigateToPersonalBluetoothSettingsStepAutomation.java9 import com.android.interactive.Nothing;
13 public final class NavigateToPersonalBluetoothSettingsStepAutomation implements Automation<Nothing>…
15 public Nothing automate() { in automate()
21 return Nothing.NOTHING; in automate()
DNavigateToPersonalNetworkSettingsStepAutomation.java26 import com.android.interactive.Nothing;
30 public final class NavigateToPersonalNetworkSettingsStepAutomation implements Automation<Nothing> {
32 public Nothing automate() { in automate()
38 return Nothing.NOTHING; in automate()
DNavigateToPersonalLocationSettingsStepAutomation.java26 import com.android.interactive.Nothing;
30 public final class NavigateToPersonalLocationSettingsStepAutomation implements Automation<Nothing> {
32 public Nothing automate() { in automate()
38 return Nothing.NOTHING; in automate()
DNavigateToPersonalWifiSettingsStepAutomation.java26 import com.android.interactive.Nothing;
30 public final class NavigateToPersonalWifiSettingsStepAutomation implements Automation<Nothing> {
32 public Nothing automate() { in automate()
38 return Nothing.NOTHING; in automate()
DNavigateToPersonalTetheringSettingsStepAutomation.java26 import com.android.interactive.Nothing;
30 public final class NavigateToPersonalTetheringSettingsStepAutomation implements Automation<Nothing>…
32 public Nothing automate() { in automate()
38 return Nothing.NOTHING; in automate()
DNavigateToWorkSecuritySettingsStepAutomation.java26 import com.android.interactive.Nothing;
30 public final class NavigateToWorkSecuritySettingsStepAutomation implements Automation<Nothing> {
32 public Nothing automate() { in automate()
38 return Nothing.NOTHING; in automate()
DNavigateToPersonalAccountSettingsStepAutomation.java26 import com.android.interactive.Nothing;
30 public final class NavigateToPersonalAccountSettingsStepAutomation implements Automation<Nothing> {
32 public Nothing automate() { in automate()
38 return Nothing.NOTHING; in automate()
DNavigateToDeviceAdminAppsSectionStepAutomation.java26 import com.android.interactive.Nothing;
30 public class NavigateToDeviceAdminAppsSectionStepAutomation implements Automation<Nothing> {
32 public Nothing automate() throws Exception { in automate()
45 return Nothing.NOTHING; in automate()
DAccountsRemoveWorkProfileStepAutomation.java19 import static com.android.interactive.Nothing.NOTHING;
28 import com.android.interactive.Nothing;
32 public final class AccountsRemoveWorkProfileStepAutomation implements Automation<Nothing> {
34 public Nothing automate() throws Exception { in automate()
/cts/common/device-side/interactive/automation/src/main/java/com/google/android/interactive/steps/enterprise/systemui/
DQuickSettingsTapUpdatedStringWithWorkIconDisableQuietModeStepAutomation.java22 import com.android.interactive.Nothing;
31 implements Automation<Nothing> {
33 public Nothing automate() throws Exception { in automate()
41 return Nothing.NOTHING; in automate()
/cts/common/device-side/interactive/automation/src/main/java/com/google/android/interactive/steps/enterprise/launcher/
DTurnOffWorkProfileStepAutomation.java19 import static com.android.interactive.Nothing.NOTHING;
27 import com.android.interactive.Nothing;
31 public final class TurnOffWorkProfileStepAutomation implements Automation<Nothing> {
33 public Nothing automate() throws Exception { in automate()
DSelectPersonalTabOrSectionStepAutomation.java19 import static com.android.interactive.Nothing.NOTHING;
27 import com.android.interactive.Nothing;
31 public final class SelectPersonalTabOrSectionStepAutomation implements Automation<Nothing> {
33 public Nothing automate() throws Exception { in automate()
DPressEmergencyCallButtonStepAutomation.java19 import static com.android.interactive.Nothing.NOTHING;
27 import com.android.interactive.Nothing;
32 public final class PressEmergencyCallButtonStepAutomation implements Automation<Nothing> {
35 public Nothing automate() throws Exception { in automate()
/cts/common/device-side/interactive/automation/src/main/java/com/google/android/interactive/steps/enterprise/sharesheet/
DSelectUpdatedString2WorkTabStepAutomation.java19 import static com.android.interactive.Nothing.NOTHING;
27 import com.android.interactive.Nothing;
31 public class SelectUpdatedString2WorkTabStepAutomation implements Automation<Nothing> {
33 public Nothing automate() throws Exception { in automate()
DSelectWorkTabStepAutomation.java19 import static com.android.interactive.Nothing.NOTHING;
27 import com.android.interactive.Nothing;
31 public class SelectWorkTabStepAutomation implements Automation<Nothing> {
33 public Nothing automate() throws Exception { in automate()
DSelectOpenBrowserMiniResolverStepAutomation.java25 import com.android.interactive.Nothing;
31 implements Automation<Nothing> {
33 public Nothing automate() throws Exception { in automate()
38 return Nothing.NOTHING; in automate()
DSelectCancelMiniResolverStepAutomation.java25 import com.android.interactive.Nothing;
31 Automation<Nothing> {
33 public Nothing automate() throws Exception { in automate()
38 return Nothing.NOTHING; in automate()
DSelectOpenMiniResolverStepAutomation.java25 import com.android.interactive.Nothing;
31 implements Automation<Nothing> {
33 public Nothing automate() throws Exception { in automate()
39 return Nothing.NOTHING; in automate()
/cts/common/device-side/interactive/automation/src/main/java/com/google/android/interactive/steps/qrscan/
DLaunchQrScannerFromQuickSettingsStepAutomation.kt22 import com.android.interactive.Nothing
32 class LaunchQrScannerFromQuickSettingsStepAutomation : Automation<Nothing> {
34 override fun automate(): Nothing { in automate()
50 return Nothing.NOTHING in automate()
/cts/common/device-side/interactive/automation/src/main/java/com/android/interactive/steps/enterprise/bugreport/
DBugReportNotificationShareBugReportStepAutomation.kt7 import com.android.interactive.Nothing
8 import com.android.interactive.Nothing.NOTHING
15 class BugReportNotificationShareBugReportStepAutomation : Automation<Nothing> {
16 override fun automate(): Nothing { in automate()
DBugReportNotificationDeclineToShareBugReportStepAutomation.kt8 import com.android.interactive.Nothing
9 import com.android.interactive.Nothing.NOTHING
14 class BugReportNotificationDeclineToShareBugReportStepAutomation : Automation<Nothing> {
15 override fun automate(): Nothing { in automate()

12