Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/pm/
H A DCrossProfileApps.java331 public boolean canInteractAcrossProfiles() { in canInteractAcrossProfiles() method in CrossProfileApps
333 return mService.canInteractAcrossProfiles(mContext.getPackageName()); in canInteractAcrossProfiles()
H A DICrossProfileApps.aidl37 boolean canInteractAcrossProfiles(in String callingPackage); in canInteractAcrossProfiles() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileAppsServiceImpl.java282 public boolean canInteractAcrossProfiles(String callingPackage) { in canInteractAcrossProfiles() method in CrossProfileAppsServiceImpl
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt12118 method public boolean canInteractAcrossProfiles();
/aosp12/frameworks/base/services/
H A Dart-profile29408 HPLcom/android/server/pm/CrossProfileAppsServiceImpl;->canInteractAcrossProfiles(Ljava/lang/String;…