Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityHostTestBase.java157 protected String uninstallPackage(String pkgName) throws DeviceNotAvailableException { in uninstallPackage()
199 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName) in runDeviceTests()
216 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests()
229 String pkgName, String testClassName, in doRunTests()
/cts/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/
DManifestGenerator.java41 String pkgName = null; in main() local
94 /*package*/ static void generate(OutputStream out, String pkgName, String instrumentName, in generate()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DKeySetHostTest.java156 private boolean runDeviceTests(String pkgName) throws DeviceNotAvailableException { in runDeviceTests()
167 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests()
180 private TestRunResult doRunTests(String pkgName, String testClassName, in doRunTests()
201 private String testPackageUpgrade(String pkgName, String firstApk, in testPackageUpgrade()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java118 String pkgName, @Nullable String testClassName, int userId) in runDeviceTestsAsUser()
125 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
131 protected void runDeviceTestsAsUser(String pkgName, @Nullable String testClassName, in runDeviceTestsAsUser()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationHiddenTest.java95 String pkgName = uri.getSchemeSpecificPart(); in onReceive() local
/cts/tests/core/runner/src/com/android/cts/core/runner/
DTestClassFinder.java135 ExcludePackageNameFilter(String pkgName) { in ExcludePackageNameFilter()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java82 private String getCertHash(String pkgName) { in getCertHash()
/cts/hostsidetests/incident/src/com/android/server/cts/
DProtoDumpTestCase.java106 protected void runDeviceTests(@Nonnull String pkgName, in runDeviceTests()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java280 String pkgName, @Nullable String testClassName, int userId) in runDeviceTestsAsUser()
286 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
293 String pkgName, @Nullable String testClassName, String testMethodName) in runDeviceTests()
299 String pkgName, @Nullable String testClassName, in runDeviceTestsAsUser()
DManagedProfileTest.java1039 private void runDeviceTestsAsUser(String pkgName, String testClassName, in runDeviceTestsAsUser()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DBaseDumpsysTest.java161 protected void runDeviceTests(@Nonnull String pkgName, in runDeviceTests()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMultiUserTest.java254 String pkgName, @Nullable String testClassName, in runDeviceTestsAsUser()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsBgVsFgActions.java367 String pkgName = context.getPackageName(); in isAppInBackground() local
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java750 final String pkgName = target.getPackageName(); in testResolveActivityMultipleMatch() local