Searched defs:EXTRA_USER (Results 1 - 2 of 2) 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/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

Completed in 3186 milliseconds