Searched refs:EXTRA_GROUP (Results 1 – 3 of 3) sorted by relevance
21 import static android.dynamicmime.common.Constants.EXTRA_GROUP;46 String mimeGroup = intent.getStringExtra(EXTRA_GROUP); in onReceive()
21 import static android.dynamicmime.common.Constants.EXTRA_GROUP;90 intent.putExtra(EXTRA_GROUP, mimeGroup); in getRequestIntent()
23 public static final String EXTRA_GROUP = "EXTRA_GROUP"; field in Constants