Home
last modified time | relevance | path

Searched refs:prefixedNamespaceList (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchImpl.java315 List<String> prefixedNamespaceList = in AppSearchImpl() local
317 for (int i = 0; i < prefixedNamespaceList.size(); i++) { in AppSearchImpl()
318 String prefixedNamespace = prefixedNamespaceList.get(i); in AppSearchImpl()