Searched refs:EXTRA_USER (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
H A DEventBus.java321 private static final String EXTRA_USER = "_user"; field in class:EventBus.InterprocessEvent
335 user = b.getInt(EXTRA_USER);
340 b.putInt(EXTRA_USER, user);
/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java343 profileUnlockedIntent.putExtra(Intent.EXTRA_USER, UserHandle.of(userId));
/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java713 intent.putExtra(Intent.EXTRA_USER, profileHandle);
2589 managedProfileIntent.putExtra(Intent.EXTRA_USER, new UserHandle(removedUserId));
/frameworks/base/core/java/android/content/
H A DIntent.java2989 * was created and is ready to be used). Carries an extra {@link #EXTRA_USER} that specifies
3000 * extra {@link #EXTRA_USER} that specifies the UserHandle of the profile that was removed.
3010 * an associated managed profile is unlocked. Carries an extra {@link #EXTRA_USER} that
3022 * {@link #EXTRA_USER} that specifies the UserHandle of the profile. When quiet mode is changed,
3032 * {@link #EXTRA_USER} that specifies the UserHandle of the profile. When quiet mode is changed,
4089 public static final String EXTRA_USER = field in class:Intent
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java6242 intent.putExtra(Intent.EXTRA_USER, new UserHandle(userId));

Completed in 228 milliseconds