Home
last modified time | relevance | path

Searched refs:iconPath (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/model/grid/
DLauncherGridOptionsProvider.java91 String iconPath = mContext.getResources().getString(Resources.getSystem().getIdentifier( in fetch() local
105 mPreviewUtils.getUri(PREVIEW), previewCount, iconPath)); in fetch()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DUserSettings.java393 if (user.iconPath == null || user.iconPath.equals("")) { in loadProfile()
869 if (user.iconPath != null) { in updateUserList()
/packages/apps/Settings/src/com/android/settings/users/
DUserSettings.java398 if (user.iconPath == null || user.iconPath.equals("")) { in loadProfile()
884 if (user.iconPath != null) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DUserSettingsTest.java569 currentUser.iconPath = "/data/system/users/0/photo.png"; in updateUserList_userIconLoaded_shouldNotLoadIcon()
584 currentUser.iconPath = "/data/system/users/0/photo.png"; in updateUserList_userIconMissing_shouldLoadIcon()