Searched refs:mVideosPreference (Results 1 – 2 of 2) sorted by relevance
138 @Nullable StorageItemPreference mVideosPreference; field in StorageItemPreferenceController313 mVideosPreference.setVisible(visible); in setPrivateStorageCategoryPreferencesVisibility()354 mPrivateStorageItemPreferences.add(mVideosPreference); in updatePrivateStorageCategoryPreferencesOrder()358 mScreen.removePreference(mVideosPreference); in updatePrivateStorageCategoryPreferencesOrder()394 tintPreference(mVideosPreference); in setUserId()425 mVideosPreference = screen.findPreference(VIDEOS_KEY); in displayPreference()452 mVideosPreference.setStorageSize(storageCache.videosSize, mTotalSize, animate); in onLoadFinished()
228 assertThat(mController.mVideosPreference.isVisible()).isFalse(); in setVolume_nullVolume_hidePreferences()395 assertThat(mController.mVideosPreference.getSummary().toString()).isEqualTo("30 GB"); in testMeasurementCompletedUpdatesPreferences()414 verify(mController.mVideosPreference, times(2)).setIcon(nullable(Drawable.class)); in settingUserIdAppliesNewIcons()483 assertThat(mController.mVideosPreference.isVisible()).isFalse(); in setVolume_publicStorage_showFilePreference()