Searched refs:ACTION_RESPONSE (Results 1 – 3 of 3) sorted by relevance
20 import static android.dynamicmime.common.Constants.ACTION_RESPONSE;50 Intent response = new Intent(ACTION_RESPONSE); in onReceive()
20 import static android.dynamicmime.common.Constants.ACTION_RESPONSE;70 new BlockingBroadcastReceiver(mContext, ACTION_RESPONSE); in sendRequestAndAwait()
21 public static final String ACTION_RESPONSE = "android.dynamicmime.UPDATE_MIME_GROUP_RESPONSE"; field in Constants