Searched defs:mCrossProfileIntentResolvers (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java214 final SparseArray<CrossProfileIntentResolver> mCrossProfileIntentResolvers = field in class:Settings
890 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId);
893 mCrossProfileIntentResolvers.put(userId, cpir);
1258 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId);
3089 synchronized (mCrossProfileIntentResolvers) {
3091 if (mCrossProfileIntentResolvers.get(userId) != null) {
3092 mCrossProfileIntentResolvers.remove(userId);
3096 int count = mCrossProfileIntentResolvers.size();
3098 int sourceUserId = mCrossProfileIntentResolvers.keyAt(i);
3099 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers
[all...]

Completed in 33 milliseconds