Searched refs:storedUserId (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
D | PeopleBackupHelper.java | 229 int storedUserId = backupSp.getInt(ADD_USER_ID_TO_URI + key, INVALID_USER_ID); in restoreKey() local 232 restoreWidgetIdKey(key, String.valueOf(entry.getValue()), editor, storedUserId); in restoreKey() 238 restoreContactUriKey(key, (Set<String>) entry.getValue(), editor, storedUserId); in restoreKey() 270 int storedUserId) { in restoreWidgetIdKey() argument 272 if (storedUserId != INVALID_USER_ID) { in restoreWidgetIdKey() 273 uri = ContentProvider.createContentUriForUser(uri, UserHandle.of(storedUserId)); in restoreWidgetIdKey() 383 SharedPreferences.Editor editor, int storedUserId) { in restoreContactUriKey() argument 385 if (storedUserId != INVALID_USER_ID) { in restoreContactUriKey() 386 uri = ContentProvider.createContentUriForUser(uri, UserHandle.of(storedUserId)); in restoreContactUriKey()
|