/cts/common/device-side/interactive/src/main/java/com/android/interactive/steps/ |
D | ActAndWaitStep.java | 19 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()
|
D | CompositionStep.java | 19 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/ |
D | AutomatingStep.java | 24 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/ |
D | NavigateToWorkAccountSettingsStepAutomation.java | 20 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()
|
D | NavigateToPersonalBluetoothSettingsStepAutomation.java | 9 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()
|
D | NavigateToPersonalNetworkSettingsStepAutomation.java | 26 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()
|
D | NavigateToPersonalLocationSettingsStepAutomation.java | 26 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()
|
D | NavigateToPersonalWifiSettingsStepAutomation.java | 26 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()
|
D | NavigateToPersonalTetheringSettingsStepAutomation.java | 26 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()
|
D | NavigateToWorkSecuritySettingsStepAutomation.java | 26 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()
|
D | NavigateToPersonalAccountSettingsStepAutomation.java | 26 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()
|
D | NavigateToDeviceAdminAppsSectionStepAutomation.java | 26 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()
|
D | AccountsRemoveWorkProfileStepAutomation.java | 19 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/ |
D | QuickSettingsTapUpdatedStringWithWorkIconDisableQuietModeStepAutomation.java | 22 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/ |
D | TurnOffWorkProfileStepAutomation.java | 19 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()
|
D | SelectPersonalTabOrSectionStepAutomation.java | 19 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()
|
D | PressEmergencyCallButtonStepAutomation.java | 19 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/ |
D | SelectUpdatedString2WorkTabStepAutomation.java | 19 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()
|
D | SelectWorkTabStepAutomation.java | 19 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()
|
D | SelectOpenBrowserMiniResolverStepAutomation.java | 25 import com.android.interactive.Nothing; 31 implements Automation<Nothing> { 33 public Nothing automate() throws Exception { in automate() 38 return Nothing.NOTHING; in automate()
|
D | SelectCancelMiniResolverStepAutomation.java | 25 import com.android.interactive.Nothing; 31 Automation<Nothing> { 33 public Nothing automate() throws Exception { in automate() 38 return Nothing.NOTHING; in automate()
|
D | SelectOpenMiniResolverStepAutomation.java | 25 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/ |
D | LaunchQrScannerFromQuickSettingsStepAutomation.kt | 22 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/ |
D | BugReportNotificationShareBugReportStepAutomation.kt | 7 import com.android.interactive.Nothing 8 import com.android.interactive.Nothing.NOTHING 15 class BugReportNotificationShareBugReportStepAutomation : Automation<Nothing> { 16 override fun automate(): Nothing { in automate()
|
D | BugReportNotificationDeclineToShareBugReportStepAutomation.kt | 8 import com.android.interactive.Nothing 9 import com.android.interactive.Nothing.NOTHING 14 class BugReportNotificationDeclineToShareBugReportStepAutomation : Automation<Nothing> { 15 override fun automate(): Nothing { in automate()
|