Merge "Update icon for security settings." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-17 22:33:26 +00:00
committed by Android (Google) Code Review
10 changed files with 34 additions and 81 deletions

View File

@@ -297,7 +297,7 @@ public class DashboardFeatureProviderImplTest {
"content://com.android.settings/tile_icon");
mImpl.bindIcon(preference, tile);
assertThat(tile.icon).isNotNull();
assertThat(preference.getIcon()).isNotNull();
}
@Test