Searched refs:cpir (Results 1 – 1 of 1) sorted by relevance
1212 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId); in editCrossProfileIntentResolverLPw() local1213 if (cpir == null) { in editCrossProfileIntentResolverLPw()1214 cpir = new CrossProfileIntentResolver(); in editCrossProfileIntentResolverLPw()1215 mCrossProfileIntentResolvers.put(userId, cpir); in editCrossProfileIntentResolverLPw()1217 return cpir; in editCrossProfileIntentResolverLPw()1812 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId); in writeCrossProfileIntentFiltersLPr() local1813 if (cpir != null) { in writeCrossProfileIntentFiltersLPr()1814 for (final CrossProfileIntentFilter cpif : cpir.filterSet()) { in writeCrossProfileIntentFiltersLPr()4030 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(sourceUserId); in removeCrossProfileIntentFiltersLPw() local4033 new ArraySet<CrossProfileIntentFilter>(cpir.filterSet()); in removeCrossProfileIntentFiltersLPw()[all …]