Home
last modified time | relevance | path

Searched refs:executeActivity (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DIGnssTestStateContainer.java53 int executeActivity(String action) throws InterruptedException; in executeActivity() method
62 int executeActivity(Intent intent) throws InterruptedException; in executeActivity() method
DBaseGnssTestActivity.java276 public int executeActivity(String action) throws InterruptedException { in executeActivity() method in BaseGnssTestActivity
277 return executeActivity(new Intent(action)); in executeActivity()
284 public int executeActivity(Intent intent) throws InterruptedException { in executeActivity() method in BaseGnssTestActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DISensorTestStateContainer.java58 int executeActivity(String action) throws InterruptedException; in executeActivity() method
67 int executeActivity(Intent intent) throws InterruptedException; in executeActivity() method
DBaseSensorTestActivity.java318 public int executeActivity(String action) throws InterruptedException { in executeActivity() method in BaseSensorTestActivity
319 return executeActivity(new Intent(action)); in executeActivity()
326 public int executeActivity(Intent intent) throws InterruptedException { in executeActivity() method in BaseSensorTestActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DSensorSettingContainer.java91 stateContainer.executeActivity(mAction); in trySetMode()