Home
last modified time | relevance | path

Searched refs:CrossProfileIntentResolver (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileIntentResolver.java27 class CrossProfileIntentResolver class
DOWNERS32 per-file CrossProfileIntentResolver.java = omakoto@google.com, yamasani@google.com
DSettings.java343 final SparseArray<CrossProfileIntentResolver> mCrossProfileIntentResolvers =
344 new SparseArray<CrossProfileIntentResolver>();
1138 CrossProfileIntentResolver editCrossProfileIntentResolverLPw(int userId) { in editCrossProfileIntentResolverLPw()
1139 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId); in editCrossProfileIntentResolverLPw()
1141 cpir = new CrossProfileIntentResolver(); in editCrossProfileIntentResolverLPw()
1833 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(userId); in writeCrossProfileIntentFiltersLPr()
4109 CrossProfileIntentResolver cpir = mCrossProfileIntentResolvers.get(sourceUserId); in removeCrossProfileIntentFiltersLPw()
DPackageManagerService.java7079 CrossProfileIntentResolver resolver = mSettings.mCrossProfileIntentResolvers.get(userId);
20239 CrossProfileIntentResolver resolver =
20265 CrossProfileIntentResolver resolver =
/frameworks/base/services/
Dart-profile10311 HSPLcom/android/server/pm/CrossProfileIntentResolver;->newArray(I)[Landroid/content/IntentFilter;
10312 HSPLcom/android/server/pm/CrossProfileIntentResolver;->newArray(I)[Lcom/android/server/pm/CrossProf…
10313 HSPLcom/android/server/pm/CrossProfileIntentResolver;->sortResults(Ljava/util/List;)V
19869 Lcom/android/server/pm/CrossProfileIntentResolver;