Clean up some UnusedResources detected by lint

Bug: 234570979
Test: Manual with Settings App
Change-Id: I2ad634d9beba623a5cdcff015c9aa28d78525cb7
This commit is contained in:
Chaohui Wang
2022-09-09 14:53:51 +08:00
parent e68cf6df7d
commit 28d838d5e7
40 changed files with 1 additions and 1815 deletions

View File

@@ -83,7 +83,7 @@ public class HighlightablePreferenceGroupAdapterTest {
false /* highlighted*/));
when(mAdapter.getItem(anyInt())).thenReturn(mPreference);
mViewHolder = PreferenceViewHolder.createInstanceForTests(
View.inflate(mContext, R.layout.app_preference_item, null));
View.inflate(mContext, R.layout.preference, null));
}
@Test