Home
last modified time | relevance | path

Searched refs:CrossProfileApps (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java39 public class CrossProfileApps { class
46 public CrossProfileApps(Context context, ICrossProfileApps service) { in CrossProfileApps() method in CrossProfileApps
/frameworks/base/core/tests/coretests/src/android/content/pm/
DCrossProfileAppsTest.java66 private CrossProfileApps mCrossProfileApps;
70 mCrossProfileApps = new CrossProfileApps(mContext, mService); in initCrossProfileApps()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java42 import android.content.pm.CrossProfileApps;
968 registerService(Context.CROSS_PROFILE_APPS_SERVICE, CrossProfileApps.class, in registerService()
969 new CachedServiceFetcher<CrossProfileApps>() { in registerService()
971 public CrossProfileApps createService(ContextImpl ctx) in registerService()
975 return new CrossProfileApps(ctx.getOuterContext(), in registerService()
/frameworks/base/config/
Dpreloaded-classes790 android.content.pm.CrossProfileApps
Dhiddenapi-public-dex.txt7879 Landroid/content/pm/CrossProfileApps;
7880 Landroid/content/pm/CrossProfileApps;->getProfileSwitchingIconDrawable(Landroid/os/UserHandle;)Land…
7881 Landroid/content/pm/CrossProfileApps;->getProfileSwitchingLabel(Landroid/os/UserHandle;)Ljava/lang/…
7882 Landroid/content/pm/CrossProfileApps;->getTargetUserProfiles()Ljava/util/List;
7883 Landroid/content/pm/CrossProfileApps;->startMainActivity(Landroid/content/ComponentName;Landroid/os…
Dboot-image-profile.txt54597 Landroid/content/pm/CrossProfileApps;
/frameworks/base/api/
Dcurrent.txt10839 public class CrossProfileApps {