Searched refs:canAppInteractAcrossProfiles (Results 1 – 3 of 3) sorted by relevance
83 fun canAppInteractAcrossProfiles(context: Context, packageName: String): Boolean { in isPermissionGranted() method
1565 if (!mIntentForwarding.canAppInteractAcrossProfiles(this, packageName)) {1624 if (!mIntentForwarding.canAppInteractAcrossProfiles(this, packageName)) {
925 if (!mIntentForwarding.canAppInteractAcrossProfiles(this, packageName)) { in maybeAutolaunchIfCrossProfileSupported()