Home
last modified time | relevance | path

Searched refs:includeTestOnly (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/transparency/
DBinaryTransparencyManager.java77 public List<IBinaryTransparencyService.ApexInfo> collectAllApexInfo(boolean includeTestOnly) { in collectAllApexInfo() argument
79 return mService.collectAllApexInfo(includeTestOnly); in collectAllApexInfo()
/frameworks/base/core/java/com/android/internal/os/
DIBinaryTransparencyService.aidl59 List<ApexInfo> collectAllApexInfo(boolean includeTestOnly); in collectAllApexInfo() argument
/frameworks/base/services/core/java/com/android/server/
DBinaryTransparencyService.java369 boolean includeTestOnly) { in collectAllApexInfo() argument
399 if (includeTestOnly) { in collectAllApexInfo()