Home
last modified time | relevance | path

Searched refs:collectAllSilentInstalledMbaInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/transparency/
DBinaryTransparencyManager.java109 public List<IBinaryTransparencyService.AppInfo> collectAllSilentInstalledMbaInfo( in collectAllSilentInstalledMbaInfo() method in BinaryTransparencyManager
113 return mService.collectAllSilentInstalledMbaInfo(packagesToSkip); in collectAllSilentInstalledMbaInfo()
/frameworks/base/core/java/com/android/internal/os/
DIBinaryTransparencyService.aidl61 List<AppInfo> collectAllSilentInstalledMbaInfo(in Bundle packagesToSkip); in collectAllSilentInstalledMbaInfo() method
/frameworks/base/tests/BinaryTransparencyHostTest/test-app/src/android/transparency/test/app/
DBinaryTransparencyTest.java126 mBt.collectAllSilentInstalledMbaInfo(new Bundle()), in testCollectAllSilentInstalledMbaInfo()
/frameworks/base/services/core/java/com/android/server/
DBinaryTransparencyService.java353 collectAllSilentInstalledMbaInfo(packagesMeasured); in recordMeasurementsForAllPackages()
434 public List<IBinaryTransparencyService.AppInfo> collectAllSilentInstalledMbaInfo( in collectAllSilentInstalledMbaInfo() method in BinaryTransparencyService.BinaryTransparencyServiceImpl