Home
last modified time | relevance | path

Searched refs:assertTextIsSanitized (Results 1 – 14 of 14) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DWebViewActivityTest.java148 Helper.assertTextIsSanitized(usernameNode);
158 Helper.assertTextIsSanitized(passwordNode);
253 Helper.assertTextIsSanitized(usernameNode);
258 Helper.assertTextIsSanitized(passwordNode);
338 Helper.assertTextIsSanitized(usernameFillNode);
343 Helper.assertTextIsSanitized(passwordFillNode);
350 Helper.assertTextIsSanitized(outside1FillNode);
353 Helper.assertTextIsSanitized(outside2FillNode);
467 Helper.assertTextIsSanitized(outside1FillNode);
470 Helper.assertTextIsSanitized(outside2FillNode);
[all …]
DMutableAutofillIdTest.java22 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
72 final ViewNode node1Request1 = assertTextIsSanitized(fillRequest1.structure, ID_L1C1); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
113 final ViewNode node1Request2 = assertTextIsSanitized(fillRequest2.structure, ID_L1C1); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
148 final ViewNode node1Request1 = assertTextIsSanitized(fillRequest1.structure, ID_L1C1); in testViewGoneDuringAutofillCanStillBeFilled()
209 final ViewNode node1Request1 = assertTextIsSanitized(fillRequest1.structure, ID_L1C1); in saveWhenIdChanged()
240 final ViewNode node1Request2 = assertTextIsSanitized(fillRequest2.structure, ID_L1C1); in saveWhenIdChanged()
DDialogLauncherActivityTest.java19 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
73 assertTextIsSanitized(fillRequest.structure, ID_USERNAME);
74 assertTextIsSanitized(fillRequest.structure, ID_PASSWORD);
DPartitionedActivityTest.java28 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
79 final ViewNode p1l1c1 = assertTextIsSanitized(fillRequest1.structure, ID_L1C1); in testAutofillTwoPartitionsSkipFirst()
80 final ViewNode p1l1c2 = assertTextIsSanitized(fillRequest1.structure, ID_L1C2); in testAutofillTwoPartitionsSkipFirst()
102 final ViewNode p2l1c1 = assertTextIsSanitized(fillRequest2.structure, ID_L1C1); in testAutofillTwoPartitionsSkipFirst()
103 final ViewNode p2l1c2 = assertTextIsSanitized(fillRequest2.structure, ID_L1C2); in testAutofillTwoPartitionsSkipFirst()
104 final ViewNode p2l2c1 = assertTextIsSanitized(fillRequest2.structure, ID_L2C1); in testAutofillTwoPartitionsSkipFirst()
105 final ViewNode p2l2c2 = assertTextIsSanitized(fillRequest2.structure, ID_L2C2); in testAutofillTwoPartitionsSkipFirst()
163 assertTextIsSanitized(fillRequest1.structure, ID_L1C1); in testAutofillTwoPartitionsInSequence()
164 assertTextIsSanitized(fillRequest1.structure, ID_L1C2); in testAutofillTwoPartitionsInSequence()
193 assertTextIsSanitized(fillRequest2.structure, ID_L2C1); in testAutofillTwoPartitionsInSequence()
[all …]
DLoginWithStringsActivityTest.java25 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
91 assertTextIsSanitized(fillRequest.structure, ID_USERNAME);
92 assertTextIsSanitized(fillRequest.structure, ID_PASSWORD);
DInitializedCheckoutActivityTest.java26 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
76 assertTextIsSanitized(fillRequest.structure, ID_CC_EXPIRATION);
DCheckoutActivityTest.java30 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
103 assertTextIsSanitized(fillRequest.structure, ID_CC_EXPIRATION);
148 assertTextIsSanitized(fillRequest.structure, ID_CC_EXPIRATION);
191 assertTextIsSanitized(fillRequest.structure, ID_CC_EXPIRATION);
228 assertTextIsSanitized(fillRequest.structure, ID_CC_NUMBER);
229 assertTextIsSanitized(fillRequest.structure, ID_CC_EXPIRATION);
DTimePickerTestCase.java22 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
72 assertTextIsSanitized(fillRequest.structure, ID_TIME_PICKER); in testAutoFillAndSave()
DPreFilledLoginActivityTest.java24 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
75 assertTextIsSanitized(fillRequest.structure, ID_USERNAME_LABEL);
DDatePickerTestCase.java23 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
72 assertTextIsSanitized(fillRequest.structure, ID_DATE_PICKER); in testAutoFillAndSave()
DVirtualContainerActivityCompatModeTest.java21 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
96 assertTextIsSanitized(urlBar); in assertUrlBarIsSanitized()
149 assertTextIsSanitized(urlBar2); in testMultipleUrlBars_bothExist()
DVirtualContainerActivityTest.java24 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
199 assertTextIsSanitized(username); in autofillTest()
200 assertTextIsSanitized(password); in autofillTest()
799 assertTextIsSanitized(urlBar); in assertUrlBarIsSanitized()
DLoginActivityTest.java32 import static android.autofillservice.cts.Helper.assertTextIsSanitized;
473 assertTextIsSanitized(request.structure, ID_PASSWORD); in autofillOneDatasetTest()
977 assertTextIsSanitized(fillRequest.structure, ID_USERNAME); in testAutoFillOneDatasetAndSave()
978 assertTextIsSanitized(fillRequest.structure, ID_PASSWORD); in testAutoFillOneDatasetAndSave()
2215 assertTextIsSanitized(fillRequest.structure, ID_PASSWORD); in testAutofillManuallyPartialField()
2247 assertTextIsSanitized(fillRequest1.structure, ID_USERNAME); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2248 assertTextIsSanitized(fillRequest1.structure, ID_PASSWORD); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2276 assertTextIsSanitized(fillRequest2.structure, ID_PASSWORD); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2309 assertTextIsSanitized(fillRequest1.structure, ID_PASSWORD); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
2337 assertTextIsSanitized(fillRequest2.structure, ID_PASSWORD); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
DHelper.java479 public static void assertTextIsSanitized(ViewNode node) { in assertTextIsSanitized() method in Helper
677 public static ViewNode assertTextIsSanitized(AssistStructure structure, String resourceId) { in assertTextIsSanitized() method in Helper
680 assertTextIsSanitized(node); in assertTextIsSanitized()
690 assertTextIsSanitized(node); in assertListValueIsSanitized()