Searched refs:getStagedApexInfo (Results 1 – 4 of 4) sorted by relevance
189 public StagedApexInfo getStagedApexInfo(String moduleName) { in getStagedApexInfo() method in PackageManagerNative190 return mPm.mInstallerService.getStagingManager().getStagedApexInfo(moduleName); in getStagedApexInfo()
872 StagedApexInfo getStagedApexInfo(String moduleName) { in getStagedApexInfo() method in StagingManager
609 public void getStagedApexInfo() throws Exception { in getStagedApexInfo() method in StagingManagerTest618 StagedApexInfo result = mStagingManager.getStagedApexInfo("not found"); in getStagedApexInfo()622 result = mStagingManager.getStagedApexInfo("module1"); in getStagedApexInfo()
537 StagedApexInfo result = getPackageManagerNative().getStagedApexInfo("not found"); in testGetStagedApexInfo()542 result = getPackageManagerNative().getStagedApexInfo(TEST_APEX_PACKAGE_NAME); in testGetStagedApexInfo()