Home
last modified time | relevance | path

Searched defs:testArgs (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DEphemeralTest.java227 final HashMap<String, String> testArgs = new HashMap<>(); in makeArgs() local
238 private boolean isIntentExposed(Map<String, String> testArgs) in isIntentExposed() argument
253 private static final String dumpArgs(Map<String, String> testArgs) { in dumpArgs() argument
271 Map<String, String> testArgs) throws DeviceNotAvailableException { in runDeviceTests() argument
272 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, testArgs); in runDeviceTests() local
DUtils.java60 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument
71 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DIModuleRepo.java41 List<String> deviceTokens, List<String> testArgs, List<String> moduleArgs, in initialize()
DModuleRepo.java170 List<String> deviceTokens, List<String> testArgs, List<String> moduleArgs, in initialize()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DModuleRepoSuite.java64 List<String> testArgs, List<String> moduleArgs, in loadConfigs()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java947 final Bundle testArgs = InstrumentationRegistry.getArguments(); in testExposedActivity() local