Merge "Update recently opened app string and "see all" summary"

This commit is contained in:
TreeHugger Robot
2017-05-27 00:13:01 +00:00
committed by Android (Google) Code Review
5 changed files with 14 additions and 9 deletions

View File

@@ -178,7 +178,7 @@ public class RecentAppsPreferenceControllerTest {
// it's invalid app.
verify(mCategory, times(1)).addPreference(any(Preference.class));
verify(mSeeAllPref).setTitle(R.string.see_all_apps_title);
verify(mSeeAllPref).setSummary(null);
verify(mSeeAllPref).setIcon(R.drawable.ic_chevron_right_24dp);
}