Searched defs:testArgs (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ApplicationVisibilityTest.java | 127 final Map<String, String> testArgs = new HashMap<>(); in testPackageListOtherUserCrossUserGrant() local 139 testArgs); in testPackageListOtherUserCrossUserGrant() local 151 final Map<String, String> testArgs = new HashMap<>(); in testPackageListOtherUserCrossUserNoGrant() local 163 testArgs); in testPackageListOtherUserCrossUserNoGrant() local 229 final Map<String, String> testArgs = new HashMap<>(); in testApplicationListOtherUserCrossUserGrant() local 241 testArgs); in testApplicationListOtherUserCrossUserGrant() local 253 final Map<String, String> testArgs = new HashMap<>(); in testApplicationListOtherUserCrossUserNoGrant() local 265 testArgs); in testApplicationListOtherUserCrossUserNoGrant() local
|
D | Utils.java | 47 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTestsAsCurrentUser() argument 59 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument 70 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument 78 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
|
D | BaseAppSecurityTest.java | 71 final HashMap<String, String> testArgs; in runDeviceTests() local 79 testArgs); in runDeviceTests() local
|
D | EphemeralTest.java | 312 "testExposedActivity", testArgs); in testExposedSystemActivities() local 489 final HashMap<String, String> testArgs = new HashMap<>(); in makeArgs() local 513 private boolean isIntentExposed(Map<String, String> testArgs) in isIntentExposed() argument 528 private static final String dumpArgs(Map<String, String> testArgs) { in dumpArgs() argument
|
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/ |
D | Utils.java | 41 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument 52 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument 60 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
|
/cts/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/ |
D | ListeningPortsTest.java | 98 final Bundle testArgs = InstrumentationRegistry.getArguments(); in testNoAccessibleListeningPorts() local
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | ClientTest.java | 1149 final Bundle testArgs = InstrumentationRegistry.getArguments(); in testExposedActivity() local
|
/cts/tests/media/jni/ |
D | NativeExtractorTest.cpp | 299 std::vector<SeekTestParams*> testArgs; in generateSeekTestArgs() local
|