Searched refs:mCrossProfileIntentResolvers (Results 1 – 2 of 2) sorted by relevance
343 final SparseArray<CrossProfileIntentResolver> mCrossProfileIntentResolvers = field in Settings1139 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId); in editCrossProfileIntentResolverLPw()1142 mCrossProfileIntentResolvers.put(userId, cpir); in editCrossProfileIntentResolverLPw()1833 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId); in writeCrossProfileIntentFiltersLPr()4099 synchronized (mCrossProfileIntentResolvers) { in removeCrossProfileIntentFiltersLPw()4101 if (mCrossProfileIntentResolvers.get(userId) != null) { in removeCrossProfileIntentFiltersLPw()4102 mCrossProfileIntentResolvers.remove(userId); in removeCrossProfileIntentFiltersLPw()4106 int count = mCrossProfileIntentResolvers.size(); in removeCrossProfileIntentFiltersLPw()4108 int sourceUserId = mCrossProfileIntentResolvers.keyAt(i); in removeCrossProfileIntentFiltersLPw()4109 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(sourceUserId); in removeCrossProfileIntentFiltersLPw()
7079 CrossProfileIntentResolver resolver = mSettings.mCrossProfileIntentResolvers.get(userId);