Searched refs:collectAllApexInfo (Results 1 – 4 of 4) sorted by relevance
77 public List<IBinaryTransparencyService.ApexInfo> collectAllApexInfo(boolean includeTestOnly) { in collectAllApexInfo() method in BinaryTransparencyManager79 return mService.collectAllApexInfo(includeTestOnly); in collectAllApexInfo()
59 List<ApexInfo> collectAllApexInfo(boolean includeTestOnly); in collectAllApexInfo() method
72 var apexInfoList = mBt.collectAllApexInfo(/* includeTestOnly */ true); in testCollectAllApexInfo()
326 List<IBinaryTransparencyService.ApexInfo> allApexInfo = collectAllApexInfo( in recordMeasurementsForAllPackages()368 public List<IBinaryTransparencyService.ApexInfo> collectAllApexInfo( in collectAllApexInfo() method in BinaryTransparencyService.BinaryTransparencyServiceImpl