Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DPackageDeviceInfo.java248 final boolean canInstall = sharesUidWithInstallerPackage(pm, appInfo.uid); in collectionApplicationInfo()
255 private static boolean sharesUidWithInstallerPackage(PackageManager pm, int uid) { in sharesUidWithInstallerPackage() method in PackageDeviceInfo