Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilitySecurityPolicy.java704 final String installSourcePackageName = installSourceInfo.getInitiatingPackageName(); in hasTrustedSystemInstallSource() local
705 if (installSourcePackageName == null || !mPackageManager.getPackageInfo( in hasTrustedSystemInstallSource()
706 installSourcePackageName, in hasTrustedSystemInstallSource()
710 return isTrustedInstallSource(installSourcePackageName); in hasTrustedSystemInstallSource()