Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
H A DAppsPreferenceControllerTest.java76 private Preference mSeeAllPref; field in AppsPreferenceControllerTest
87 mSeeAllPref = new Preference(context); in setUp()
91 when(mScreen.findPreference(KEY_SEE_ALL)).thenReturn(mSeeAllPref); in setUp()
98 mController.mSeeAllPref = mSeeAllPref; in setUp()
116 assertThat(mSeeAllPref.isVisible()).isFalse(); in displayPreference_noRecentApps_showAllAppsInfo()
131 assertThat(mSeeAllPref.isVisible()).isTrue(); in displayPreference_hasRecentApps_showRecentApps()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DAppsPreferenceController.java77 Preference mSeeAllPref; field in AppsPreferenceController
131 mSeeAllPref.setVisible(true); in refreshUi()
136 mSeeAllPref.setVisible(false); in refreshUi()
148 mSeeAllPref.setTitle( in loadAllAppsCount()
170 mSeeAllPref = screen.findPreference(KEY_SEE_ALL); in initPreferences()
174 mSeeAllPref.setVisible(false); in initPreferences()
/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/apps/
H A DRecentAppsPreferenceControllerTest.java80 private Preference mSeeAllPref; field in RecentAppsPreferenceControllerTest
109 .thenReturn(mSeeAllPref); in setUp()