Searched defs:EXTRA_USER_HANDLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java160 private static final String EXTRA_USER_HANDLE = "user_handle"; field in class:TrustAgentService
220 UserHandle user = (UserHandle) data.getParcelable(EXTRA_USER_HANDLE);
629 msg.getData().putParcelable(EXTRA_USER_HANDLE, user);
/frameworks/base/core/java/android/content/
H A DIntent.java2352 * {@link #EXTRA_USER_HANDLE} contains the user ID in question.
3036 * EXTRA_USER_HANDLE that has the userHandle of the new user. It is sent to
3046 * EXTRA_USER_HANDLE that has the userHandle of the user. This is only sent to
3058 * EXTRA_USER_HANDLE that has the userHandle of the user. This is only
3075 * EXTRA_USER_HANDLE that has the userHandle of the user. This is only
3093 * EXTRA_USER_HANDLE that has the userHandle of the user. This is similar to
3104 * Broadcast sent to the system when a user is removed. Carries an extra EXTRA_USER_HANDLE that has
3116 * Broadcast sent to the system when the user switches. Carries an extra EXTRA_USER_HANDLE that has
3136 * {@link #EXTRA_USER_HANDLE} to indicate which user's information changed.
3197 * Carries an extra {@link #EXTRA_USER_HANDLE} tha
4694 public static final String EXTRA_USER_HANDLE = field in class:Intent
[all...]

Completed in 284 milliseconds