Home
last modified time | relevance | path

Searched refs:TEST_STOP_SEARCH (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/app/src/android/app/cts/
DSearchManagerTest.java34 setupActivity(SearchManagerStubActivity.TEST_STOP_SEARCH); in testStopSearch()
/cts/tests/app/src/android/app/cts/
DSearchManagerStubActivity.java33 public static final String TEST_STOP_SEARCH = "stopSearch"; field in SearchManagerStubActivity
54 if (action.equals(TEST_STOP_SEARCH)) { in onCreate()