Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java158 public static final String ACTION_SEND_RESULT = PKG_BASE + "cts.action.SEND_RESULT"; field in Constants
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java30 import static android.appenumeration.cts.Constants.ACTION_SEND_RESULT;
159 new Intent(ACTION_SEND_RESULT).setComponent( in handleIntent()
163 } else if (ACTION_SEND_RESULT.equals(action)) { in handleIntent()