Searched refs:getStagedApexInfo (Results 1 – 5 of 5) sorted by relevance
146 @nullable StagedApexInfo getStagedApexInfo(in @utf8InCpp String moduleName); in getStagedApexInfo() method
194 public StagedApexInfo getStagedApexInfo(String moduleName) { in getStagedApexInfo() method in PackageManagerNative195 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()