Searched refs:cpir (Results 1 – 1 of 1) sorted by relevance
1034 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId); in editCrossProfileIntentResolverLPw() local1035 if (cpir == null) { in editCrossProfileIntentResolverLPw()1036 cpir = new CrossProfileIntentResolver(); in editCrossProfileIntentResolverLPw()1037 mCrossProfileIntentResolvers.put(userId, cpir); in editCrossProfileIntentResolverLPw()1039 return cpir; in editCrossProfileIntentResolverLPw()1619 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId); in writeCrossProfileIntentFiltersLPr() local1620 if (cpir != null) { in writeCrossProfileIntentFiltersLPr()1621 for (final CrossProfileIntentFilter cpif : cpir.filterSet()) { in writeCrossProfileIntentFiltersLPr()3697 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(sourceUserId); in removeCrossProfileIntentFiltersLPw() local3700 new ArraySet<CrossProfileIntentFilter>(cpir.filterSet()); in removeCrossProfileIntentFiltersLPw()[all …]