Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DAppsPreferenceControllerTest.java75 private PreferenceCategory mGeneralCategory; field in AppsPreferenceControllerTest
86 mGeneralCategory = new PreferenceCategory(context); in setUp()
90 when(mScreen.findPreference(KEY_GENERAL_CATEGORY)).thenReturn(mGeneralCategory); in setUp()
97 mController.mGeneralCategory = mGeneralCategory; in setUp()
115 assertThat(mGeneralCategory.isVisible()).isFalse(); in displayPreference_noRecentApps_showAllAppsInfo()
130 assertThat(mGeneralCategory.isVisible()).isTrue(); in displayPreference_hasRecentApps_showRecentApps()
/packages/apps/Settings/src/com/android/settings/applications/
DAppsPreferenceController.java72 PreferenceCategory mGeneralCategory; field in AppsPreferenceController
128 mGeneralCategory.setVisible(true); in refreshUi()
133 mGeneralCategory.setVisible(false); in refreshUi()
165 mGeneralCategory = screen.findPreference(KEY_GENERAL_CATEGORY); in initPreferences()
169 mGeneralCategory.setVisible(false); in initPreferences()