Merge "Update recently opened app string and "see all" summary"
This commit is contained in:
committed by
Android (Google) Code Review
commit
61eb68dae9
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user