Searched refs:submitStagedSession (Results 1 – 3 of 3) sorted by relevance
261 }).when(mApexService).submitStagedSession(any(), any()); in testSubmitStagedSession_throwPackageManagerException()264 () -> mApexManager.submitStagedSession(testParamsWithChildren())); in testSubmitStagedSession_throwPackageManagerException()269 doThrow(RemoteException.class).when(mApexService).submitStagedSession(any(), any()); in testSubmitStagedSession_throwRunTimeException()272 () -> mApexManager.submitStagedSession(testParamsWithChildren())); in testSubmitStagedSession_throwRunTimeException()
191 abstract ApexInfoList submitStagedSession(ApexSessionParams params) in submitStagedSession() method in ApexManager615 ApexInfoList submitStagedSession(ApexSessionParams params) throws PackageManagerException { in submitStagedSession() method in ApexManager.ApexManagerImpl618 waitForApexService().submitStagedSession(params, apexInfoList); in submitStagedSession()
398 final ApexInfoList apexInfoList = mApexManager.submitStagedSession(apexSessionParams); in submitSessionToApexService()