Home
last modified time | relevance | path

Searched refs:apexInfoList (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DApexManager.java456 final ApexInfoList apexInfoList = new ApexInfoList(); in submitStagedSession() local
460 waitForApexService().submitStagedSession(params, apexInfoList); in submitStagedSession()
461 return apexInfoList; in submitStagedSession()
DStagingManager.java182 final ApexInfoList apexInfoList = mApexManager.submitStagedSession(session.sessionId, in submitSessionToApexService() local
185 for (ApexInfo apexInfo : apexInfoList.apexInfos) { in submitSessionToApexService()