Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java211 public static final String ACTION_SEND_RESULT = PKG_BASE + "cts.action.SEND_RESULT"; field in Constants
DTestActivity.java32 import static android.appenumeration.cts.Constants.ACTION_SEND_RESULT;
192 new Intent(ACTION_SEND_RESULT).setComponent( in handleIntent()
196 } else if (ACTION_SEND_RESULT.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java52 import static android.appenumeration.cts.Constants.ACTION_SEND_RESULT;
1562 new Intent(ACTION_SEND_RESULT).setComponent( in startSenderForResult()