Remove accessibility duplicates in settings search

Merge for: ag/2148817

Bug: 33701673
Test: make RunSettingsRoboTests
Change-Id: Idda6d2f98cb8d2cb91a9a4721b2ef84921f9056a
This commit is contained in:
Matthew Fritze
2017-04-17 07:55:41 -07:00
parent 87dd45a3f1
commit 6ad5848775
3 changed files with 12 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ public class BaseSearchIndexProviderTest {
@Test
public void getNonIndexableKeys_noPreferenceController_shouldReturnEmptyList() {
assertThat(mIndexProvider.getNonIndexableKeys(mContext)).isEqualTo(Collections.EMPTY_LIST);
assertThat(mIndexProvider.getNonIndexableKeys(mContext)).isEmpty();
}
@Test