Searched refs:mRootPreference (Results 1 – 3 of 3) sorted by relevance
54 @Mock private PreferenceCategory mRootPreference; field in ScreenOnTimeControllerTest70 mScreenOnTimeController.mRootPreference = mRootPreference; in setUp()81 verify(mRootPreference).setVisible(false); in handleScreenOnTimeUpdated_nullScreenOnTime_hideAllPreference()89 verify(mRootPreference).setTitle(mStringCaptor.capture()); in showCategoryTitle_null_sinceLastFullCharge()90 verify(mRootPreference).setVisible(true); in showCategoryTitle_null_sinceLastFullCharge()105 verify(mRootPreference).setTitle(mStringCaptor.capture()); in showCategoryTitle_notNull_slotTimestamp()106 verify(mRootPreference).setVisible(true); in showCategoryTitle_notNull_slotTimestamp()
47 @VisibleForTesting PreferenceCategory mRootPreference; field in ScreenOnTimeController64 mRootPreference = screen.findPreference(ROOT_PREFERENCE_KEY); in displayPreference()73 mRootPreference.setVisible(false); in handleScreenOnTimeUpdated()93 mRootPreference.setTitle(Utils.createAccessibleSequence(displayTitle, accessibilityTitle)); in showCategoryTitle()94 mRootPreference.setVisible(true); in showCategoryTitle()
85 @VisibleForTesting PreferenceCategory mRootPreference; field in BatteryUsageBreakdownController204 mRootPreference = screen.findPreference(ROOT_PREFERENCE_KEY); in displayPreference()302 mRootPreference.setTitle(Utils.createAccessibleSequence(displayTitle, accessibilityTitle)); in showCategoryTitle()303 mRootPreference.setVisible(true); in showCategoryTitle()