Searched refs:prefixedNamespace (Results 1 – 1 of 1) sorted by relevance
318 String prefixedNamespace = prefixedNamespaceList.get(i); in AppSearchImpl() local319 addToMap(mNamespaceMapLocked, getPrefix(prefixedNamespace), prefixedNamespace); in AppSearchImpl()598 if (prefixedNamespace.startsWith(prefix)) { in getNamespaces()1245 .setDocumentNamespace(prefixedNamespace) in reportUsage()1289 mIcingSearchEngineLocked.delete(prefixedNamespace, id); in remove()1972 for (String prefixedNamespace : prefixedNamespaces) { in addPerPackagePerNamespaceResultGroupingsLocked()1975 namespace = removePrefix(prefixedNamespace); in addPerPackagePerNamespaceResultGroupingsLocked()1989 namespaceList.add(prefixedNamespace); in addPerPackagePerNamespaceResultGroupingsLocked()2070 for (String prefixedNamespace : prefixedNamespaces) { in addPerNamespaceResultGroupingsLocked()2073 namespace = removePrefix(prefixedNamespace); in addPerNamespaceResultGroupingsLocked()[all …]