Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRecentAppsPreferenceController.java61 LayoutPreference mRecentAppsPreference; field in RecentAppsPreferenceController
94 mRecentAppsPreference = screen.findPreference(getPreferenceKey()); in displayPreference()
95 final View view = mRecentAppsPreference.findViewById(R.id.app_entities_header); in displayPreference()
127 mRecentAppsPreference.setVisible(true); in refreshUi()
131 mRecentAppsPreference.setVisible(false); in refreshUi()
/packages/apps/Settings/src/com/android/settings/applications/
DRecentAppsPreferenceController.java61 LayoutPreference mRecentAppsPreference; field in RecentAppsPreferenceController
94 mRecentAppsPreference = screen.findPreference(getPreferenceKey()); in displayPreference()
95 final View view = mRecentAppsPreference.findViewById(R.id.app_entities_header); in displayPreference()
127 mRecentAppsPreference.setVisible(true); in refreshUi()
131 mRecentAppsPreference.setVisible(false); in refreshUi()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DRecentAppsPreferenceControllerTest.java103 mController.mRecentAppsPreference = recentAppsPreference; in setUp()
154 assertThat(mController.mRecentAppsPreference.isVisible()).isTrue(); in onReloadDataCompleted_threeValidRecentOpenAppsSet_setAppEntityThreeTime()
164 assertThat(mController.mRecentAppsPreference.isVisible()).isFalse(); in onReloadDataCompleted_noRecentOpenAppsSet_shouldHideRecentAppPreference()