Home
last modified time | relevance | path

Searched defs:pkgName (Results 1 – 8 of 8) sorted by relevance

/cts/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/
DManifestGenerator.java39 String pkgName = null; in main() local
86 /*package*/ static void generate(OutputStream out, String pkgName, String instrumentName, in generate()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java171 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName) in runDeviceTests()
178 String pkgName, @Nullable String testClassName, int userId) in runDeviceTestsAsUser()
185 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
190 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests()
196 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests()
212 String pkgName, String testClassName, in doRunTests()
227 private TestRunResult doRunTestsAsUser(String pkgName, @Nullable String testClassName, in doRunTestsAsUser()
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DKeySetHostTest.java155 private boolean runDeviceTests(String pkgName) throws DeviceNotAvailableException { in runDeviceTests()
166 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests()
179 private TestRunResult doRunTests(String pkgName, String testClassName, in doRunTests()
200 private String testPackageUpgrade(String pkgName, String firstApk, in testPackageUpgrade()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationHiddenTest.java95 String pkgName = uri.getSchemeSpecificPart(); in onReceive() local
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java381 String pkgName = getInstrumentation().getContext().getPackageName(); in enablePrintServices() local
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java253 String pkgName = device.getCurrentPackageName(); in testDeviceSoftKeys() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java922 String pkgName = testPkg.mPackageDef.getTargetPackageName(); in getPrerequisitePackageNames() local
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java748 final String pkgName = target.getPackageName(); in testResolveActivityMultipleMatch() local