Home
last modified time | relevance | path

Searched defs:pkg (Results 1 – 7 of 7) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiCoverage.java30 public void addPackage(ApiPackage pkg) { in addPackage()
31 mPackages.put(pkg.getName(), pkg); in addPackage() local
45 ApiPackage pkg = entry.getValue(); in resolveSuperClasses() local
/cts/tools/cts-reference-app-lib/src/android/cts/refapp/
DReferenceAppTestCase.java44 public ReferenceAppTestCase(String pkg, Class<T> activityClass, int maxStartupTimeMs) { in ReferenceAppTestCase()
55 public ReferenceAppTestCase(String pkg, Class<T> activityClass) { in ReferenceAppTestCase()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DTestResultsTest.java67 TestPackageResult pkg = parser.getPackages().iterator().next(); in testParse_package() local
94 TestPackageResult pkg = parser.getPackages().iterator().next(); in testParse_test() local
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DPermissionsHostTest.java131 private void grantPermission(String pkg, String permission) throws Exception { in grantPermission()
135 private void revokePermission(String pkg, String permission) throws Exception { in revokePermission()
139 private void setAppOps(String pkg, String op, String mode) throws Exception { in setAppOps()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestResults.java70 TestPackageResult pkg = new TestPackageResult(); in parse() local
73 mPackageResults.put(pkg.getId(), pkg); in parse() local
/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java86 public JDiffClassDescription(String pkg, String className) { in JDiffClassDescription()
103 public JDiffClassDescription(String pkg, String className, ResultObserver resultObserver) { in JDiffClassDescription()
DSignatureTest.java274 String pkg) { in loadClassInfo()