Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DNonCurrentUserController.java54 StorageItemPreference mStoragePreference; field in NonCurrentUserController
118 if (mStoragePreference == null) { in displayPreference()
119 mStoragePreference = new StorageItemPreference(screen.getContext()); in displayPreference()
122 mStoragePreference.setTitle(mUser.name); in displayPreference()
123 mStoragePreference.setKey(PREFERENCE_KEY_BASE + mUser.id); in displayPreference()
127 mPreferenceGroup.addPreference(mStoragePreference); in displayPreference()
139 return mStoragePreference != null ? mStoragePreference.getKey() : null; in getPreferenceKey()
157 if (mStoragePreference != null) { in setSize()
158 mStoragePreference.setStorageSize(mSize, mTotalSizeBytes, animate); in setSize()
209 if (mUserIcon != null && mStoragePreference != null) { in maybeSetIcon()
[all …]