Searched refs:getAutofillType (Results 1 – 6 of 6) sorted by relevance
105 assertThat(ccExpirationNode.getAutofillType()).isEqualTo(AUTOFILL_TYPE_LIST);150 assertThat(ccExpirationNode.getAutofillType()).isEqualTo(AUTOFILL_TYPE_LIST);193 assertThat(ccExpirationNode.getAutofillType()).isEqualTo(AUTOFILL_TYPE_LIST);
177 public int getAutofillType() { in getAutofillType() method in FatActivity.MyView
237 append(builder, "afType", node.getAutofillType()); in dump()
105 assertEquals(View.AUTOFILL_TYPE_NONE, datePicker.getAutofillType()); in verifySetEnabled()110 assertEquals(View.AUTOFILL_TYPE_DATE, datePicker.getAutofillType()); in verifySetEnabled()
125 assertEquals(View.AUTOFILL_TYPE_NONE, mTimePicker.getAutofillType()); in testSetEnabled()130 assertEquals(View.AUTOFILL_TYPE_DATE, mTimePicker.getAutofillType()); in testSetEnabled()
295 assertThat(node.getAutofillType()).isEqualTo(View.AUTOFILL_TYPE_TEXT); in assertSimpleNode()