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.java185 public static final String ACTION_START_SENDER_FOR_RESULT = field in Constants
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java33 import static android.appenumeration.cts.Constants.ACTION_START_SENDER_FOR_RESULT;
191 } else if (ACTION_START_SENDER_FOR_RESULT.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java1280 pendingIntent /*queryIntent*/, Constants.ACTION_START_SENDER_FOR_RESULT); in startSenderForResult()