Searched refs:getInstallerUid (Results 1 – 7 of 7) sorted by relevance
91 public int getInstallerUid() { in getInstallerUid() method in VerificationParams
292 assertEquals(expected.getInstallerUid(), actual.getInstallerUid()); in assertSessionsEquivalent()
413 int installerUid = session.getInstallerUid(); in addHistoricalSessionLocked()919 if (session.getInstallerUid() == installerUid) { in getSessionCount()931 return (session != null) && (callingUid == session.getInstallerUid()); in isCallingUidOwner()
468 return !(callingUid < Process.FIRST_APPLICATION_UID || getInstallerUid() == callingUid); in shouldScrubData()1890 public int getInstallerUid() { in getInstallerUid() method in PackageInstallerSession
15078 activeInstallSession.getInstallerUid());15082 activeInstallSession.getInstallerUid(),25624 public int getInstallerUid() {
10584 HSPLcom/android/server/pm/PackageInstallerSession;->getInstallerUid()I10631 PLcom/android/server/pm/PackageManagerService$ActiveInstallSession;->getInstallerUid()I
17440 Landroid/content/pm/VerificationParams;->getInstallerUid()I