Searched refs:ACTION_SEND_RESULT (Results 1 – 3 of 3) sorted by relevance
211 public static final String ACTION_SEND_RESULT = PKG_BASE + "cts.action.SEND_RESULT"; field in Constants
32 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()
52 import static android.appenumeration.cts.Constants.ACTION_SEND_RESULT;1562 new Intent(ACTION_SEND_RESULT).setComponent( in startSenderForResult()