HomeSort by relevance Sort by last modified time
    Searched defs:KEY_SEE_ALL (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
RecentAppsPreferenceController.java 71 static final String KEY_SEE_ALL = "all_app_info";
138 mSeeAllPref = screen.findPreference(KEY_SEE_ALL);
199 if (!TextUtils.equals(pref.getKey(), KEY_SEE_ALL)) {
218 if (!TextUtils.equals(key, KEY_SEE_ALL)) {
  /packages/apps/Settings/src/com/android/settings/notification/
RecentNotifyingAppsPreferenceController.java 67 static final String KEY_SEE_ALL = "all_notifications";
133 mSeeAllPref = screen.findPreference(KEY_SEE_ALL);
170 if (!TextUtils.equals(pref.getKey(), KEY_SEE_ALL)) {
189 if (!TextUtils.equals(key, KEY_SEE_ALL)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
RecentAppsPreferenceController.java 59 static final String KEY_SEE_ALL = "see_all_apps";
132 if (!TextUtils.equals(pref.getKey(), KEY_SEE_ALL)) {
148 if (!TextUtils.equals(key, KEY_SEE_ALL)) {

Completed in 437 milliseconds