Lines Matching refs:activities

66      * contain the MIME type in its type field. This allows activities to register
72 * {@link #ACTION_TECH_DISCOVERED}. If any activities respond to this intent neither
82 * Intent to start an activity when a tag is discovered and activities are registered for the
130 * {@link #ACTION_TAG_DISCOVERED}. If any activities respond to {@link #ACTION_NDEF_DISCOVERED}
131 * this intent will not be started. If any activities respond to this intent
140 * <p>This intent will not be started when a tag is discovered if any activities respond to
916 * messages completely (for all activities), you can include a
925 * <p>The API allows for multiple activities to be specified at a time,
955 * @param activities optional additional activities, however we strongly recommend
960 Activity ... activities) {
967 for (Activity a : activities) {
969 throw new NullPointerException("activities cannot contain null");
1024 * messages completely (for all activities), you can include a
1033 * <p>The API allows for multiple activities to be specified at a time,
1057 * @param activities optional additional activities, however we strongly recommend
1062 Activity ... activities) {
1069 for (Activity a : activities) {
1071 throw new NullPointerException("activities cannot contain null");
1109 * <p>The API allows for multiple activities to be specified at a time,
1131 * @param activities optional additional activities, however we strongly recommend
1136 Activity activity, Activity ... activities) {
1143 for (Activity a : activities) {
1145 throw new NullPointerException("activities cannot contain null");
1181 * foreground (resumed). Also, activities must call {@link #disableForegroundDispatch} before