Searched refs:mApexService (Results 1 – 1 of 1) sorted by relevance
61 private final IApexService mApexService; field in ApexManager87 mApexService = IApexService.Stub.asInterface( in ApexManager()124 final ApexInfo[] allPkgs = mApexService.getAllPackages(); in populateAllPackagesCacheIfNeeded()272 ApexSessionInfo apexSessionInfo = mApexService.getStagedSessionInfo(sessionId); in getStagedSessionInfo()302 return mApexService.submitStagedSession(sessionId, childSessionIds, apexInfoList); in submitStagedSession()318 return mApexService.markStagedSessionReady(sessionId); in markStagedSessionReady()335 mApexService.markStagedSessionSuccessful(sessionId); in markStagedSessionSuccessful()362 mApexService.abortActiveSession(); in abortActiveSession()380 mApexService.unstagePackages(Collections.singletonList(apexPackagePath)); in uninstallApex()457 final ApexSessionInfo[] sessions = mApexService.getSessions(); in dump()