Searched refs:cpir (Results 1 – 1 of 1) sorted by relevance
1139 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId); in editCrossProfileIntentResolverLPw() local1140 if (cpir == null) { in editCrossProfileIntentResolverLPw()1141 cpir = new CrossProfileIntentResolver(); in editCrossProfileIntentResolverLPw()1142 mCrossProfileIntentResolvers.put(userId, cpir); in editCrossProfileIntentResolverLPw()1144 return cpir; in editCrossProfileIntentResolverLPw()1833 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId); in writeCrossProfileIntentFiltersLPr() local1834 if (cpir != null) { in writeCrossProfileIntentFiltersLPr()1835 for (final CrossProfileIntentFilter cpif : cpir.filterSet()) { in writeCrossProfileIntentFiltersLPr()4109 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(sourceUserId); in removeCrossProfileIntentFiltersLPw() local4112 new ArraySet<CrossProfileIntentFilter>(cpir.filterSet()); in removeCrossProfileIntentFiltersLPw()[all …]