Searched refs:mCloneProfileAuthorityRedirectionCache (Results 1 – 1 of 1) sorted by relevance
123 private final Map<String, Boolean> mCloneProfileAuthorityRedirectionCache = new HashMap<>(); field in ContentProviderHelper1998 if (mCloneProfileAuthorityRedirectionCache.containsKey(auth)) { in isAuthorityRedirectedForCloneProfileCached()1999 final Boolean retVal = mCloneProfileAuthorityRedirectionCache.get(auth); in isAuthorityRedirectedForCloneProfileCached()2003 mCloneProfileAuthorityRedirectionCache.put(auth, isAuthRedirected); in isAuthorityRedirectedForCloneProfileCached()