Home
last modified time | relevance | path

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

12

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApplicationVisibilityTest.java129 final Map<String, String> testArgs = new HashMap<>(); in testPackageListOtherUserCrossUserGrant() local
141 testArgs); in testPackageListOtherUserCrossUserGrant() local
153 final Map<String, String> testArgs = new HashMap<>(); in testPackageListOtherUserCrossUserNoGrant() local
165 testArgs); in testPackageListOtherUserCrossUserNoGrant() local
231 final Map<String, String> testArgs = new HashMap<>(); in testApplicationListOtherUserCrossUserGrant() local
243 testArgs); in testApplicationListOtherUserCrossUserGrant() local
255 final Map<String, String> testArgs = new HashMap<>(); in testApplicationListOtherUserCrossUserNoGrant() local
267 testArgs); in testApplicationListOtherUserCrossUserNoGrant() local
279 final Map<String, String> testArgs = new HashMap<>(); in testGetPackagesForUidCrossUserGrant() local
297 testArgs); in testGetPackagesForUidCrossUserGrant() local
[all …]
DUtils.java80 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTestsAsCurrentUser() argument
92 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument
103 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument
111 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
DBaseAppSecurityTest.java70 final HashMap<String, String> testArgs; in runDeviceTests() local
78 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
/cts/hostsidetests/packagemanager/packagesetting/src/com/android/tests/packagesetting/host/
DPackageSettingTest.java72 final Map<String, String> testArgs = new HashMap<>(); in testCodePathMatchesDumpsys() local
75 null, DEFAULT_TIMEOUT, DEFAULT_TIMEOUT, 0L, true, false, testArgs); in testCodePathMatchesDumpsys() local
101 final Map<String, String> testArgs = new HashMap<>(); in testFirstInstallTimeMatchesDumpsys() local
109 0L, true, false, testArgs); in testFirstInstallTimeMatchesDumpsys() local
/cts/hostsidetests/packagemanager/stats/device/src/com/android/cts/packagemanager/stats/device/
DIncrementalAppErrorStatsTestsHelper.java50 final Bundle testArgs = InstrumentationRegistry.getArguments(); in getPageIndexToBlock() local
68 final Bundle testArgs = InstrumentationRegistry.getArguments(); in loadingApks() local
DPackageInstallationSessionReportedStatsTestsHelper.java42 final Bundle testArgs = InstrumentationRegistry.getArguments(); in getUserTypeIntegers() local
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java42 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument
53 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument
61 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
/cts/tests/media/src/android/mediav2/cts/
DEncoderLevelTest.java127 Object[] testArgs = new Object[3]; in input() local
140 Object[] testArgs = new Object[3]; in input() local
DDecoderPushBlankBufferOnStopTest.java88 Object[] testArgs = new Object[arg.length + 2]; in input() local
DCodecEncoderSurfaceTest.java187 Object[] testArgs = new Object[8]; in input() local
220 Object[] testArgs = new Object[8]; in input() local
DVideoEncoderTest.java102 Object[] testArgs = new Object[4]; in prepareTestArgs() local
DAudioEncoderTest.java95 Object[] testArgs = new Object[3]; in flattenParams() local
DEncoderProfileLevelTest.java158 Object[] testArgs = new Object[3]; in prepareTestArgs() local
169 Object[] testArgs = new Object[3]; in prepareTestArgs() local
DEncoderColorAspectsTest.java121 Object[] testArgs = new Object[3]; in prepareArgsList() 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/securitybulletin/src/android/security/cts/
DBug_261036568.java79 String testMethodName, Map<String, String> testArgs) in runDeviceTestsWithArgs() argument
/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.java140 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.java55 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTests()
DIncrementalAppErrorStatsTests.java83 final HashMap<String, String> testArgs = new HashMap<>(); in setUp() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoEncodingStatisticsTest.java91 Object[] testArgs = new Object[argLength + 1]; in prepareParamList() local
/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestBase.java138 String testMethodName, Map<String, String> testArgs) throws Exception { in runDeviceTestsWithArgs() argument
167 final Map<String, String> testArgs = new HashMap<>(); in checkExtractedNativeLibDirForAbi() local
/cts/hostsidetests/appsecurity/test-apps/rro/OverlayTarget/src/com/android/cts/overlay/target/
DOverlayTargetTest.java116 private void launchOverlayTargetActivity(Bundle testArgs) { in launchOverlayTargetActivity()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderLowLatencyTest.java114 Object[] testArgs = new Object[argLength + 1]; in prepareParamList() local

12