Home
last modified time | relevance | path

Searched refs:CROSS_PROFILE_APPS_SERVICE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsService.java32 publishBinderService(Context.CROSS_PROFILE_APPS_SERVICE, mServiceImpl); in onStart()
/frameworks/base/core/java/android/content/
DContext.java3253 CROSS_PROFILE_APPS_SERVICE,
4639 public static final String CROSS_PROFILE_APPS_SERVICE = "crossprofileapps"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1198 registerService(Context.CROSS_PROFILE_APPS_SERVICE, CrossProfileApps.class, in registerService() argument
1204 Context.CROSS_PROFILE_APPS_SERVICE); in registerService()
/frameworks/base/api/
Dcurrent.txt9825 field public static final String CROSS_PROFILE_APPS_SERVICE = "crossprofileapps";