Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/framework/common/
DContexts.kt26 import android.content.pm.CrossProfileApps
45 val Context.crossProfileApps get() = getSystemService(CrossProfileApps::class.java)!!
/frameworks/base/core/tests/coretests/src/android/content/pm/
DCrossProfileAppsTest.java89 private CrossProfileApps mCrossProfileApps;
93 mCrossProfileApps = spy(new CrossProfileApps(mContext, mService)); in initCrossProfileApps()
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java62 public class CrossProfileApps { class
88 public CrossProfileApps(Context context, ICrossProfileApps service) { in CrossProfileApps() method in CrossProfileApps
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DMockSystemServices.java45 import android.content.pm.CrossProfileApps;
137 public final CrossProfileApps crossProfileApps;
195 crossProfileApps = mock(CrossProfileApps.class); in MockSystemServices()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java81 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()
/frameworks/base/services/robotests/src/com/android/server/pm/
DCrossProfileAppsServiceImplRoboTest.java25 import static android.content.pm.CrossProfileApps.ACTION_CAN_INTERACT_ACROSS_PROFILES_CHANGED;
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java26 import static android.content.pm.CrossProfileApps.ACTION_CAN_INTERACT_ACROSS_PROFILES_CHANGED;
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt832 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…
Dtest-lint-baseline.txt896 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…
Dlint-baseline.txt636 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…
Dsystem-lint-baseline.txt920 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…
Dtest-current.txt1105 public class CrossProfileApps {
Dsystem-current.txt4021 public class CrossProfileApps {
Dcurrent.txt12390 public class CrossProfileApps {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java383 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);
/frameworks/base/boot/
Dpreloaded-classes1634 android.content.pm.CrossProfileApps
Dboot-image-profile.txt4393 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;
/frameworks/base/config/
Dpreloaded-classes1638 android.content.pm.CrossProfileApps
Dboot-image-profile.txt4396 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;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt11126 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