Searched refs:getInstallerUid (Results 1 – 5 of 5) sorted by relevance
302 assertEquals(expected.getInstallerUid(), actual.getInstallerUid()); in assertSessionsEquivalent()
475 int installerUid = session.getInstallerUid(); in addHistoricalSessionLocked()1156 if (session.getInstallerUid() == installerUid) { in getSessionCount()1168 return (session != null) && (callingUid == session.getInstallerUid()); in isCallingUidOwner()
1094 return !(callingUid < Process.FIRST_APPLICATION_UID || getInstallerUid() == callingUid); in shouldScrubData()3463 public int getInstallerUid() { in getInstallerUid() method in PackageInstallerSession
16310 Landroid/content/pm/VerificationParams;->getInstallerUid()I
30230 HSPLcom/android/server/pm/PackageInstallerSession;->getInstallerUid()I