Implements queryNonIndexableKeys for Settings
queryNonIndexableKeys returns a list of all of the non-indexable keys for all providers in Settings Change-Id: Id53cb2f55662e85c66f1c3f0c0e7d933b19fedaf Fixes: 34623460 Test: RunSettingsRoboTests
This commit is contained in:
@@ -86,7 +86,8 @@ public final class SearchIndexableResources {
|
||||
@XmlRes
|
||||
public static final int NO_DATA_RES_ID = 0;
|
||||
|
||||
private static final HashMap<String, SearchIndexableResource> sResMap = new HashMap<>();
|
||||
@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
|
||||
static final HashMap<String, SearchIndexableResource> sResMap = new HashMap<>();
|
||||
|
||||
@VisibleForTesting
|
||||
static void addIndex(Class<?> indexClass, @XmlRes int xmlResId,
|
||||
|
Reference in New Issue
Block a user