Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
H A DSecondaryUserController.java55 StorageItemPreference mStoragePreference; field in SecondaryUserController
117 if (mStoragePreference == null) { in displayPreference()
121 mStoragePreference.setTitle(mUser.name); in displayPreference()
122 mStoragePreference.setKey(PREFERENCE_KEY_BASE + mUser.id); in displayPreference()
124 mStoragePreference.setStorageSize(mSize, mTotalSizeBytes); in displayPreference()
128 mPreferenceGroup.addPreference(mStoragePreference); in displayPreference()
140 return mStoragePreference != null ? mStoragePreference.getKey() : null; in getPreferenceKey()
158 if (mStoragePreference != null) { in setSize()
159 mStoragePreference.setStorageSize(mSize, mTotalSizeBytes); in setSize()
199 if (mUserIcon != null && mStoragePreference != null) { in maybeSetIcon()
[all …]