Home | History | Annotate | Download | only in pm

Lines Matching defs:mCrossProfileIntentResolvers

373     final SparseArray<CrossProfileIntentResolver> mCrossProfileIntentResolvers =
1206 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId);
1209 mCrossProfileIntentResolvers.put(userId, cpir);
1907 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId);
4178 synchronized (mCrossProfileIntentResolvers) {
4180 if (mCrossProfileIntentResolvers.get(userId) != null) {
4181 mCrossProfileIntentResolvers.remove(userId);
4185 int count = mCrossProfileIntentResolvers.size();
4187 int sourceUserId = mCrossProfileIntentResolvers.keyAt(i);
4188 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(sourceUserId);