Searched refs:EXTRA_RESPONSE (Results 1 – 3 of 3) sorted by relevance
24 import static android.dynamicmime.common.Constants.EXTRA_RESPONSE;66 response.putExtra(EXTRA_RESPONSE, getMimeGroup(context, mimeGroup)); in handleRequest()
24 import static android.dynamicmime.common.Constants.EXTRA_RESPONSE;61 .getStringArrayExtra(EXTRA_RESPONSE); in get()
26 public static final String EXTRA_RESPONSE = "EXTRA_RESPONSE"; field in Constants