Searched refs:mTestArgs (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/content/src/android/content/cts/ |
D | ContextCrossProfileHostTest.java | 67 private final Map<String, String> mTestArgs = new HashMap<>(); field in ContextCrossProfileHostTest 93 mTestArgs.clear(); in tearDown() 108 mTestArgs.put("testUser", Integer.toString(userInSameProfileGroup)); in testBindServiceAsUser_differentUser_bindsServiceToCorrectUser() 125 mTestArgs, in testBindServiceAsUser_differentUser_bindsServiceToCorrectUser() local 136 mTestArgs.put("testUser", Integer.toString(userInSameProfileGroup)); in testBindServiceAsUser_sameProfileGroup_samePackage_withAcrossUsersPermission_bindsService() 153 mTestArgs, in testBindServiceAsUser_sameProfileGroup_samePackage_withAcrossUsersPermission_bindsService() local 164 mTestArgs.put("testUser", Integer.toString(userInSameProfileGroup)); in testBindServiceAsUser_sameProfileGroup_differentPackage_withAcrossUsersPermission_bindsService() 181 mTestArgs, in testBindServiceAsUser_sameProfileGroup_differentPackage_withAcrossUsersPermission_bindsService() local 192 mTestArgs.put("testUser", Integer.toString(userInSameProfileGroup)); in testBindServiceAsUser_sameProfileGroup_samePackage_withAcrossProfilesPermission_bindsService() 209 mTestArgs, in testBindServiceAsUser_sameProfileGroup_samePackage_withAcrossProfilesPermission_bindsService() local [all …]
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | ManagedProfileWipeTest.java | 37 private final Map<String, String> mTestArgs = new HashMap<>(); field in ManagedProfileWipeTest 43 mTestArgs.put(KEY_PROFILE_ID, Integer.toString(mProfileUserId)); in setUp() 50 mTestArgs.clear(); in tearDown() 69 mTestArgs); in testWipeDataWithReason() 88 mTestArgs); in testWipeDataLogged() 113 mTestArgs); in testWipeDataWithoutReason() 132 mTestArgs); in testWipeData()
|
/cts/hostsidetests/accounts/src/android/host/accounts/ |
D | AccountManagerXUserTest.java | 70 private final Map<String, String> mTestArgs = new HashMap<>(); field in AccountManagerXUserTest 97 mTestArgs.put("testUser", Integer.toString(mProfileUserId)); in setUp() 106 mTestArgs.clear(); in tearDown() 125 mTestArgs, in testAddMockAccountForUserProfile() local 130 mTestArgs.put("numAccountsExpected", Integer.toString(0)); in testAddMockAccountForUserProfile() 137 mTestArgs, in testAddMockAccountForUserProfile() local 142 mTestArgs.put("numAccountsExpected", Integer.toString(1)); in testAddMockAccountForUserProfile() 149 mTestArgs, in testAddMockAccountForUserProfile() local 164 mTestArgs, in testGetAccountsForUserProfile() local 175 mTestArgs, in testGetAccountsForUserProfile() local [all …]
|
/cts/tests/video/src/android/video/cts/ |
D | VideoCodecClaimsPerformanceTestBase.java | 46 protected final String mTestArgs; field in VideoCodecClaimsPerformanceTestBase 58 mTestArgs = allTestParams; in VideoCodecClaimsPerformanceTestBase() 69 mTestConfig.append("Test Parameters :- ").append(mTestArgs).append("\n"); in setUpTestLogs()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecEncoderSurfaceTestBase.java | 71 protected final String mTestArgs; field in CodecEncoderSurfaceTestBase 115 mTestArgs = allTestParams; in CodecEncoderSurfaceTestBase() 128 mTestConfig.append("Test Parameters :- ").append(mTestArgs).append("\n"); in setUpCodecEncoderSurfaceTestBase()
|