HomeSort by relevance Sort by last modified time
    Searched refs:KEY_SEE_ALL (Results 1 - 6 of 6) 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)) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
RecentAppsPreferenceControllerTest.java 107 when(mScreen.findPreference(RecentAppsPreferenceController.KEY_SEE_ALL))
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
RecentNotifyingAppsPreferenceControllerTest.java 110 when(mScreen.findPreference(RecentNotifyingAppsPreferenceController.KEY_SEE_ALL))
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/apps/
RecentAppsPreferenceControllerTest.java 108 when(mScreen.findPreference(RecentAppsPreferenceController.KEY_SEE_ALL))

Completed in 8990 milliseconds