Searched refs:ACTION_START_FOR_RESULT (Results 1 – 3 of 3) sorted by relevance
222 public static final String ACTION_START_FOR_RESULT = PKG_BASE + "cts.action.START_FOR_RESULT"; field in Constants
34 import static android.appenumeration.cts.Constants.ACTION_START_FOR_RESULT;187 } else if (ACTION_START_FOR_RESULT.equals(action)) { in handleIntent()
55 import static android.appenumeration.cts.Constants.ACTION_START_FOR_RESULT;1555 null /*queryIntent*/, ACTION_START_FOR_RESULT); in startForResult()