Searched refs:KEY_SEE_ALL (Results 1 – 7 of 7) sorted by relevance
63 static final String KEY_SEE_ALL = "see_all_apps"; field in AppsPreferenceController167 mSeeAllPref = screen.findPreference(KEY_SEE_ALL); in initPreferences()181 if (!TextUtils.equals(key, KEY_SEE_ALL)) { in displayRecentApps()
60 static final String KEY_SEE_ALL = "see_all_apps"; field in RecentAppsPreferenceController133 if (!TextUtils.equals(pref.getKey(), KEY_SEE_ALL)) { in displayOnlyAllApps()149 if (!TextUtils.equals(key, KEY_SEE_ALL)) { in displayRecentApps()
55 private static final String KEY_SEE_ALL = "fast_pair_devices_see_all"; field in FastPairDevicePreferenceController121 mSeeAllPreference = mPreferenceGroup.findPreference(KEY_SEE_ALL); in displayPreference()
22 import static com.android.settings.applications.AppsPreferenceController.KEY_SEE_ALL;91 when(mScreen.findPreference(KEY_SEE_ALL)).thenReturn(mSeeAllPref); in setUp()
58 private static final String KEY_SEE_ALL = "previously_connected_devices_see_all"; field in PreviouslyConnectedDevicePreferenceController103 mSeeAllPreference = mPreferenceGroup.findPreference(KEY_SEE_ALL); in displayPreference()
58 static final String KEY_SEE_ALL = "see_all_apps"; field in RecentAppsPreferenceController
108 when(mScreen.findPreference(RecentAppsPreferenceController.KEY_SEE_ALL)) in setUp()