Searched refs:expectedSessionId (Results 1 – 2 of 2) sorted by relevance
140 final int expectedSessionId = mInstall.createSession(); in createSinglePackageSessions() local142 InstallUtils.openPackageInstallerSession(expectedSessionId); in createSinglePackageSessions()143 Log.d(TAG, "createNewSession: session expectedSessionId = " + expectedSessionId); in createSinglePackageSessions()145 mExpectedSessionIds.add(expectedSessionId); in createSinglePackageSessions()167 final int expectedSessionId = mInstall.createSession(); in createMultiplePackageSessions() local169 InstallUtils.openPackageInstallerSession(expectedSessionId); in createMultiplePackageSessions()171 mExpectedSessionIds.add(expectedSessionId); in createMultiplePackageSessions()
86 final int expectedSessionId = install.createSession(); in installTestApp() local88 InstallUtils.openPackageInstallerSession(expectedSessionId); in installTestApp()