Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApplicationVisibilityTest.java127 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
DUtils.java47 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
DBaseAppSecurityTest.java71 final HashMap<String, String> testArgs; in runDeviceTests() local
79 testArgs); in runDeviceTests() local
DEphemeralTest.java321 "testExposedActivity", testArgs); in testExposedSystemActivities() local
547 final HashMap<String, String> testArgs = new HashMap<>(); in makeArgs() local
571 private boolean isIntentExposed(Map<String, String> testArgs) in isIntentExposed() argument
586 private static final String dumpArgs(Map<String, String> testArgs) { in dumpArgs() argument
DPackageSetInstallerTest.kt120 val testArgs: Map<String, String?> = mapOf( in runTest() constant
/cts/hostsidetests/packagemanager/codepath/src/com/android/tests/codepath/host/
DCodePathTest.java72 final Map<String, String> testArgs = new HashMap<>(); in runDeviceTest() local
76 0L, true, false, testArgs); in runDeviceTest() local
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java41 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/packagemanager/stats/device/src/com/android/cts/packagemanager/stats/device/
DIncrementalAppErrorStatsTestsHelper.java46 final Bundle testArgs = InstrumentationRegistry.getArguments(); in getPageIndexToBlock() local
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestApp/src/android/appsecurity/cts/apkveritytestapp/
DInstalledFilesCheck.java58 android.os.Bundle testArgs = InstrumentationRegistry.getArguments(); in getInterestedFiles() local
/cts/hostsidetests/packagemanager/preferredactivity/src/com/android/cts/packagemanager/preferredactivity/host/
DPreferredActivityTests.java116 String testMethodName, Map<String, String> testArgs) throws Exception { in runDeviceTestsWithArgs() argument
/cts/hostsidetests/content/src/android/content/cts/
DBaseContextCrossProfileTest.java142 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DUtils.java57 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTests()
DIncrementalAppErrorStatsTests.java84 final HashMap<String, String> testArgs = new HashMap<>(); in setUp() local
/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestBase.java137 String testMethodName, Map<String, String> testArgs) throws Exception { in runDeviceTestsWithArgs() argument
166 final Map<String, String> testArgs = new HashMap<>(); in checkExtractedNativeLibDirForAbi() local
/cts/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/
DListeningPortsTest.java104 final Bundle testArgs = InstrumentationRegistry.getArguments(); in testNoAccessibleListeningPorts() local
/cts/hostsidetests/accounts/src/android/host/accounts/
DAccountManagerXUserTest.java207 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java1202 final Bundle testArgs = InstrumentationRegistry.getArguments(); in testExposedActivity() local
/cts/tests/media/jni/
DNativeExtractorTest.cpp304 std::vector<SeekTestParams*> testArgs; in generateSeekTestArgs() local