Searched refs:waitForApexService (Results 1 – 2 of 2) sorted by relevance
287 protected IApexService waitForApexService() { in waitForApexService() method in ApexManager.ApexManagerImpl298 return Arrays.stream(waitForApexService().getActivePackages()) in getActiveApexInfos()333 final ApexInfo[] allPkgs = waitForApexService().getAllPackages(); in populateAllPackagesCacheIfNeeded()441 waitForApexService().getStagedSessionInfo(sessionId); in getStagedSessionInfo()460 waitForApexService().submitStagedSession(params, apexInfoList); in submitStagedSession()475 waitForApexService().markStagedSessionReady(sessionId); in markStagedSessionReady()489 waitForApexService().markStagedSessionSuccessful(sessionId); in markStagedSessionSuccessful()508 waitForApexService().revertActiveSessions(); in revertActiveSessions()522 waitForApexService().abortStagedSession(sessionId); in abortStagedSession()537 waitForApexService().unstagePackages(Collections.singletonList(apexPackagePath)); in uninstallApex()[all …]
74 doReturn(mApexService).when(managerImpl).waitForApexService(); in setUp()