Searched refs:CrossProfileApps (Results 1 – 7 of 7) sorted by relevance
39 public class CrossProfileApps { class46 public CrossProfileApps(Context context, ICrossProfileApps service) { in CrossProfileApps() method in CrossProfileApps
66 private CrossProfileApps mCrossProfileApps;70 mCrossProfileApps = new CrossProfileApps(mContext, mService); in initCrossProfileApps()
42 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()
790 android.content.pm.CrossProfileApps
7879 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…
54597 Landroid/content/pm/CrossProfileApps;
10839 public class CrossProfileApps {