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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java115 * @param forcePictureLoadForId forces the picture of the given user to be reloaded.
118 private void refreshUsers(int forcePictureLoadForId) { argument
125 || r.info.id == forcePictureLoadForId || r.picture == null) {
325 int forcePictureLoadForId = UserHandle.USER_NULL;
327 forcePictureLoadForId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE,
330 refreshUsers(forcePictureLoadForId);

Completed in 61 milliseconds