Home
last modified time | relevance | path

Searched refs:KEY_SEE_ALL (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DAppsPreferenceController.java63 static final String KEY_SEE_ALL = "see_all_apps"; field in AppsPreferenceController
167 mSeeAllPref = screen.findPreference(KEY_SEE_ALL); in initPreferences()
181 if (!TextUtils.equals(key, KEY_SEE_ALL)) { in displayRecentApps()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DRecentAppsPreferenceController.java60 static final String KEY_SEE_ALL = "see_all_apps"; field in RecentAppsPreferenceController
133 if (!TextUtils.equals(pref.getKey(), KEY_SEE_ALL)) { in displayOnlyAllApps()
149 if (!TextUtils.equals(key, KEY_SEE_ALL)) { in displayRecentApps()
/packages/apps/Settings/src/com/android/settings/connecteddevice/fastpair/
DFastPairDevicePreferenceController.java55 private static final String KEY_SEE_ALL = "fast_pair_devices_see_all"; field in FastPairDevicePreferenceController
121 mSeeAllPreference = mPreferenceGroup.findPreference(KEY_SEE_ALL); in displayPreference()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DAppsPreferenceControllerTest.java22 import static com.android.settings.applications.AppsPreferenceController.KEY_SEE_ALL;
91 when(mScreen.findPreference(KEY_SEE_ALL)).thenReturn(mSeeAllPref); in setUp()
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DPreviouslyConnectedDevicePreferenceController.java58 private static final String KEY_SEE_ALL = "previously_connected_devices_see_all"; field in PreviouslyConnectedDevicePreferenceController
103 mSeeAllPreference = mPreferenceGroup.findPreference(KEY_SEE_ALL); in displayPreference()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DRecentAppsPreferenceController.java58 static final String KEY_SEE_ALL = "see_all_apps"; field in RecentAppsPreferenceController
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/apps/
DRecentAppsPreferenceControllerTest.java108 when(mScreen.findPreference(RecentAppsPreferenceController.KEY_SEE_ALL)) in setUp()