Home
last modified time | relevance | path

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

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