Home
last modified time | relevance | path

Searched defs:doStep (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DSearchManagerStubActivity.java74 public boolean doStep(int step) throws FailException { in testOnCancelListener() method
105 public boolean doStep(int step) throws FailException { in testOnDismissListener() method
134 public boolean doStep(int step) throws FailException { in testStopSearch() method
225 protected abstract boolean doStep(int step) throws FailException; in doStep() method in SearchManagerStubActivity.TestStepHandler