Home
last modified time | relevance | path

Searched refs:canInteractAcrossProfiles (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DICrossProfileApps.aidl37 boolean canInteractAcrossProfiles(in String callingPackage); in canInteractAcrossProfiles() method
DCrossProfileApps.java512 public boolean canInteractAcrossProfiles() { in canInteractAcrossProfiles() method in CrossProfileApps
514 return mService.canInteractAcrossProfiles(mContext.getPackageName()); in canInteractAcrossProfiles()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java297 public boolean canInteractAcrossProfiles(String callingPackage) { in canInteractAcrossProfiles() method in CrossProfileAppsServiceImpl
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt12391 method public boolean canInteractAcrossProfiles();