Home | History | Annotate | Download | only in app

Lines Matching defs:intents

181                     "BroadcastReceiver components are not allowed to register to receive intents");
194 "BroadcastReceiver components are not allowed to register to receive intents");
1262 public void startActivities(Intent[] intents) {
1264 startActivities(intents, null);
1269 public void startActivitiesAsUser(Intent[] intents, Bundle options, UserHandle userHandle) {
1270 if ((intents[0].getFlags()&Intent.FLAG_ACTIVITY_NEW_TASK) == 0) {
1278 (Activity)null, intents, options, userHandle.getIdentifier());
1282 public void startActivities(Intent[] intents, Bundle options) {
1284 if ((intents[0].getFlags()&Intent.FLAG_ACTIVITY_NEW_TASK) == 0) {
1292 (Activity)null, intents, options);
1684 Log.w(TAG, "Implicit intents with startService are not safe: " + service