Searched refs:submitStagedSession (Results 1 – 3 of 3) sorted by relevance
190 }).when(mApexService).submitStagedSession(any(), any()); in testSubmitStagedSession_throwPackageManagerException()193 () -> mApexManager.submitStagedSession(TEST_SESSION_ID, TEST_CHILD_SESSION_ID)); in testSubmitStagedSession_throwPackageManagerException()198 doThrow(RemoteException.class).when(mApexService).submitStagedSession(any(), any()); in testSubmitStagedSession_throwRunTimeException()201 () -> mApexManager.submitStagedSession(TEST_SESSION_ID, TEST_CHILD_SESSION_ID)); in testSubmitStagedSession_throwRunTimeException()
171 abstract ApexInfoList submitStagedSession(int sessionId, @NonNull int[] childSessionIds) in submitStagedSession() method in ApexManager453 ApexInfoList submitStagedSession(int sessionId, @NonNull int[] childSessionIds) in submitStagedSession() method in ApexManager.ApexManagerImpl460 waitForApexService().submitStagedSession(params, apexInfoList); in submitStagedSession()695 ApexInfoList submitStagedSession(int sessionId, int[] childSessionIds) in submitStagedSession() method in ApexManager.ApexManagerFlattenedApex
182 final ApexInfoList apexInfoList = mApexManager.submitStagedSession(session.sessionId, in submitSessionToApexService()