Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DPackageDeviceInfo.java193 final String[] sharesUidWith = pm.getPackagesForUid(uid); in sharesUidWithInstallerPackage() local
195 if (sharesUidWith == null) { in sharesUidWithInstallerPackage()
200 final int capacity = sharesUidWith.length * 20; in sharesUidWithInstallerPackage()
202 for (String pkg :sharesUidWith){ in sharesUidWithInstallerPackage()