Merge "Implements queryNonIndexableKeys for Settings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f75b651874
@@ -88,7 +88,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