Update recently opened app string and "see all" summary

Change-Id: I84a01f01ac1c685db87970c3137f30ba58c800b3
Fix: 62040104
Test: make RunSettingsRoboTests
This commit is contained in:
Fan Zhang
2017-05-26 12:58:44 -07:00
parent 3cad98f69e
commit 83365ec6ea
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);
}