HomeSort by relevance Sort by last modified time
    Searched refs:executeActivity (Results 1 - 6 of 6) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
IGnssTestStateContainer.java 53 int executeActivity(String action) throws InterruptedException;
62 int executeActivity(Intent intent) throws InterruptedException;
BaseGnssTestActivity.java 276 public int executeActivity(String action) throws InterruptedException {
277 return executeActivity(new Intent(action));
284 public int executeActivity(Intent intent) throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
ISensorTestStateContainer.java 58 int executeActivity(String action) throws InterruptedException;
67 int executeActivity(Intent intent) throws InterruptedException;
BaseSensorTestActivity.java 318 public int executeActivity(String action) throws InterruptedException {
319 return executeActivity(new Intent(action));
326 public int executeActivity(Intent intent) throws InterruptedException {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorSettingContainer.java 91 stateContainer.executeActivity(mAction);
SensorTestScreenManipulator.java 100 int resultCode = stateContainer.executeActivity(intent);

Completed in 867 milliseconds