Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/packageinstaller/role/model/
DAssistantRoleBehavior.java154 Intent pkgActivityProbe = new Intent(ASSIST_ACTIVITY_PROBE).setPackage(packageName); in isPackageQualified() local
155 boolean hasAssistantActivity = !packageManager.queryIntentActivities(pkgActivityProbe, in isPackageQualified()