Searched refs:CrossProfileApps (Results 1 – 21 of 21) sorted by relevance
26 import android.content.pm.CrossProfileApps45 val Context.crossProfileApps get() = getSystemService(CrossProfileApps::class.java)!!
89 private CrossProfileApps mCrossProfileApps;93 mCrossProfileApps = spy(new CrossProfileApps(mContext, mService)); in initCrossProfileApps()
62 public class CrossProfileApps { class88 public CrossProfileApps(Context context, ICrossProfileApps service) { in CrossProfileApps() method in CrossProfileApps
45 import android.content.pm.CrossProfileApps;137 public final CrossProfileApps crossProfileApps;195 crossProfileApps = mock(CrossProfileApps.class); in MockSystemServices()
81 import android.content.pm.CrossProfileApps;1375 registerService(Context.CROSS_PROFILE_APPS_SERVICE, CrossProfileApps.class, in registerService()1376 new CachedServiceFetcher<CrossProfileApps>() { in registerService()1378 public CrossProfileApps createService(ContextImpl ctx) in registerService()1382 return new CrossProfileApps(ctx.getOuterContext(), in registerService()
25 import static android.content.pm.CrossProfileApps.ACTION_CAN_INTERACT_ACROSS_PROFILES_CHANGED;
26 import static android.content.pm.CrossProfileApps.ACTION_CAN_INTERACT_ACROSS_PROFILES_CHANGED;
832 RequiresPermission: android.content.pm.CrossProfileApps#canRequestInteractAcrossProfiles():834 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.ComponentName…836 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.ComponentName…838 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.Intent, andro…840 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.Intent, andro…
896 RequiresPermission: android.content.pm.CrossProfileApps#canRequestInteractAcrossProfiles():898 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.ComponentName…900 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.ComponentName…902 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.Intent, andro…904 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.Intent, andro…
636 RequiresPermission: android.content.pm.CrossProfileApps#canRequestInteractAcrossProfiles():638 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.Intent, andro…640 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.Intent, andro…
920 RequiresPermission: android.content.pm.CrossProfileApps#canRequestInteractAcrossProfiles():922 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.ComponentName…924 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.ComponentName…926 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.Intent, andro…928 RequiresPermission: android.content.pm.CrossProfileApps#startActivity(android.content.Intent, andro…
1105 public class CrossProfileApps {
4021 public class CrossProfileApps {
12390 public class CrossProfileApps {
383 import android.content.pm.CrossProfileApps;1825 CrossProfileApps getCrossProfileApps(@UserIdInt int userId) { in getCrossProfileApps()1827 .getSystemService(CrossProfileApps.class); in getCrossProfileApps()20313 final CrossProfileApps crossProfileApps =20316 .getSystemService(CrossProfileApps.class);
1634 android.content.pm.CrossProfileApps
4393 HSPLandroid/content/pm/CrossProfileApps;-><init>(Landroid/content/Context;Landroid/content/pm/ICros…4394 HSPLandroid/content/pm/CrossProfileApps;->getTargetUserProfiles()Ljava/util/List;24013 Landroid/content/pm/CrossProfileApps;
1638 android.content.pm.CrossProfileApps
4396 HSPLandroid/content/pm/CrossProfileApps;-><init>(Landroid/content/Context;Landroid/content/pm/ICros…4397 HSPLandroid/content/pm/CrossProfileApps;->getTargetUserProfiles()Ljava/util/List;34147 Landroid/content/pm/CrossProfileApps;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11126 Landroid/content/pm/CrossProfileApps;-><init>(Landroid/content/Context;Landroid/content/pm/ICrossPr…11127 Landroid/content/pm/CrossProfileApps;->mContext:Landroid/content/Context;11128 Landroid/content/pm/CrossProfileApps;->mResources:Landroid/content/res/Resources;11129 Landroid/content/pm/CrossProfileApps;->mService:Landroid/content/pm/ICrossProfileApps;11130 Landroid/content/pm/CrossProfileApps;->mUserManager:Landroid/os/UserManager;11131 Landroid/content/pm/CrossProfileApps;->verifyCanAccessUser(Landroid/os/UserHandle;)V