Lines Matching refs:user

61      * same user ID).
216 * activity is visible to the user, regardless whether another flag is
228 * recent activities the user can switch between without having them
577 * applications, and not typically visible to the user as media.
585 * user mounts the external storage on a computer or removes it. See the
592 * each user has their own isolated external storage. Applications only
593 * have access to the external storage for the user they're running as.</p>
699 * user mounts the external storage on a computer or removes it. See the
706 * each user has their own isolated external storage. Applications only
707 * have access to the external storage for the user they're running as.</p>
913 * user the activity will be started for. This is not available to applications
917 * @param user The UserHandle of the user to start this activity for.
921 public void startActivityAsUser(Intent intent, UserHandle user) {
954 * user the activity will be started for. This is not available to applications
962 * @param user The UserHandle of the user to start this activity for.
989 * at this point, but rather will be created when the user first visits
1016 * at this point, but rather will be created when the user first visits
1026 * @param userHandle The user for whom to launch the activities
1209 * user the broadcast will be sent to. This is not available to applications
1213 * @param user UserHandle to send the intent to.
1216 public abstract void sendBroadcastAsUser(Intent intent, UserHandle user);
1220 * user the broadcast will be sent to. This is not available to applications
1226 * @param user UserHandle to send the intent to.
1233 public abstract void sendBroadcastAsUser(Intent intent, UserHandle user,
1240 * user the broadcast will be sent to. This is not available to applications
1248 * @param user UserHandle to send the intent to.
1266 public abstract void sendOrderedBroadcastAsUser(Intent intent, UserHandle user,
1352 * user the broadcast will be sent to. This is not available to applications
1359 * @param user UserHandle to send the intent to.
1363 public abstract void sendStickyBroadcastAsUser(Intent intent, UserHandle user);
1369 * user the broadcast will be sent to. This is not available to applications
1377 * @param user UserHandle to send the intent to.
1393 UserHandle user, BroadcastReceiver resultReceiver,
1399 * user the broadcast will be sent to. This is not available to applications
1408 * @param user UserHandle to remove the sticky broadcast from.
1412 public abstract void removeStickyBroadcastAsUser(Intent intent, UserHandle user);
1502 * but for a specific user. This receiver will receiver broadcasts that
1503 * are sent to the requested user. It
1508 * @param user UserHandle to send the intent to.
1524 UserHandle user, IntentFilter filter, String broadcastPermission,
1616 * @hide like {@link #startService(Intent)} but for a specific user.
1618 public abstract ComponentName startServiceAsUser(Intent service, UserHandle user);
1621 * @hide like {@link #stopService(Intent)} but for a specific user.
1623 public abstract boolean stopServiceAsUser(Intent service, UserHandle user);
1677 * argument for use by system server and other multi-user aware code.
1744 * <dd> A {@link android.app.NotificationManager} for informing the user
1883 * {@link android.app.NotificationManager} for informing the user of
1893 * {@link android.view.accessibility.AccessibilityManager} for giving the user
1923 * the user is in.
2255 public static final String USER_SERVICE = "user";
2259 * process and user ID running in the system.
2263 * @param uid The user ID being checked against. A uid of 0 is the root
2264 * user, which will pass every permission check.
2318 * and user ID running in the system, throw a {@link SecurityException}.
2322 * @param uid The user ID being checked against. A uid of 0 is the root
2323 * user, which will pass every permission check.
2372 * permissions, typically in response to user interaction (such as the
2373 * user opening an attachment that you would like someone else to
2424 * Determine whether a particular process and user ID has been granted
2432 * @param uid The user ID being checked against. A uid of 0 is the root
2433 * user, which will pass every permission check.
2447 * Determine whether the calling process and user ID has been
2500 * @param uid The user ID being checked against. A uid of 0 is the root
2501 * user, which will pass every permission check.
2514 * If a particular process and user ID has not been granted
2523 * @param uid The user ID being checked against. A uid of 0 is the root
2524 * user, which will pass every permission check.
2536 * If the calling process and user ID has not been granted
2588 * @param uid The user ID being checked against. A uid of 0 is the root
2589 * user, which will pass every permission check.
2662 * will open any {@link Uri} as the given user.
2667 String packageName, int flags, UserHandle user)