Lines Matching refs:intent

912      * @param intent The description of the activity to start.
919 public abstract void startActivity(Intent intent);
926 * @param intent The description of the activity to start.
931 public void startActivityAsUser(Intent intent, UserHandle user) {
949 * @param intent The description of the activity to start.
960 public abstract void startActivity(Intent intent, Bundle options);
967 * @param intent The description of the activity to start.
976 public void startActivityAsUser(Intent intent, Bundle options, UserHandle userId) {
1053 * @param intent The IntentSender to launch.
1055 * intent parameter to {@link IntentSender#sendIntent}.
1065 public abstract void startIntentSender(IntentSender intent,
1077 * @param intent The IntentSender to launch.
1079 * intent parameter to {@link IntentSender#sendIntent}.
1094 public abstract void startIntentSender(IntentSender intent,
1099 * Broadcast the given intent to all interested BroadcastReceivers. This
1109 * @param intent The Intent to broadcast; all receivers matching this
1118 public abstract void sendBroadcast(Intent intent);
1121 * Broadcast the given intent to all interested BroadcastReceivers, allowing
1132 * @param intent The Intent to broadcast; all receivers matching this
1144 public abstract void sendBroadcast(Intent intent,
1152 public abstract void sendBroadcast(Intent intent,
1156 * Broadcast the given intent to all interested BroadcastReceivers, delivering
1164 * @param intent The Intent to broadcast; all receivers matching this
1175 public abstract void sendOrderedBroadcast(Intent intent,
1194 * @param intent The Intent to broadcast; all receivers matching this
1220 public abstract void sendOrderedBroadcast(Intent intent,
1231 public abstract void sendOrderedBroadcast(Intent intent,
1241 * @param intent The intent to broadcast
1242 * @param user UserHandle to send the intent to.
1245 public abstract void sendBroadcastAsUser(Intent intent, UserHandle user);
1253 * @param intent The Intent to broadcast; all receivers matching this
1255 * @param user UserHandle to send the intent to.
1262 public abstract void sendBroadcastAsUser(Intent intent, UserHandle user,
1275 * @param intent The Intent to broadcast; all receivers matching this
1277 * @param user UserHandle to send the intent to.
1295 public abstract void sendOrderedBroadcastAsUser(Intent intent, UserHandle user,
1311 * @param intent The Intent to broadcast; all receivers matching this
1318 public abstract void sendStickyBroadcast(Intent intent);
1338 * @param intent The Intent to broadcast; all receivers matching this
1360 public abstract void sendStickyOrderedBroadcast(Intent intent,
1373 * @param intent The Intent that was previously broadcast.
1377 public abstract void removeStickyBroadcast(Intent intent);
1385 * @param intent The Intent to broadcast; all receivers matching this
1388 * @param user UserHandle to send the intent to.
1392 public abstract void sendStickyBroadcastAsUser(Intent intent, UserHandle user);
1404 * @param intent The Intent to broadcast; all receivers matching this
1406 * @param user UserHandle to send the intent to.
1421 public abstract void sendStickyOrderedBroadcastAsUser(Intent intent,
1436 * @param intent The Intent that was previously broadcast.
1441 public abstract void removeStickyBroadcastAsUser(Intent intent, UserHandle user);
1484 * @return The first sticky intent found that matches <var>filter</var>,
1495 * Register to receive intent broadcasts, to run in the context of
1518 * @return The first sticky intent found that matches <var>filter</var>,
1537 * @param user UserHandle to send the intent to.
1545 * @return The first sticky intent found that matches <var>filter</var>,
1577 * with the <var>intent</var> given here. This provides a convenient way