Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java241 public static final String ACTION_START_SENDER_FOR_RESULT = field in Constants
DTestActivity.java35 import static android.appenumeration.cts.Constants.ACTION_START_SENDER_FOR_RESULT;
225 } else if (ACTION_START_SENDER_FOR_RESULT.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java1567 pendingIntent /*queryIntent*/, Constants.ACTION_START_SENDER_FOR_RESULT); in startSenderForResult()