Home
last modified time | relevance | path

Searched refs:canAppInteractAcrossProfiles (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DIntentForwarding.kt83 fun canAppInteractAcrossProfiles(context: Context, packageName: String): Boolean { in isPermissionGranted() method
DResolverActivity.java1565 if (!mIntentForwarding.canAppInteractAcrossProfiles(this, packageName)) {
1624 if (!mIntentForwarding.canAppInteractAcrossProfiles(this, packageName)) {
DChooserActivity.java925 if (!mIntentForwarding.canAppInteractAcrossProfiles(this, packageName)) { in maybeAutolaunchIfCrossProfileSupported()