Home
last modified time | relevance | path

Searched refs:ACTION_START_FOR_RESULT (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java169 public static final String ACTION_START_FOR_RESULT = PKG_BASE + "cts.action.START_FOR_RESULT"; field in Constants
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java32 import static android.appenumeration.cts.Constants.ACTION_START_FOR_RESULT;
154 } else if (ACTION_START_FOR_RESULT.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java46 import static android.appenumeration.cts.Constants.ACTION_START_FOR_RESULT;
1266 null /*queryIntent*/, ACTION_START_FOR_RESULT); in startForResult()