Searched refs:getAutofillType (Results 1 – 7 of 7) sorted by relevance
179 public int getAutofillType() { in getAutofillType() method in FatActivity.MyView
122 assertEquals(View.AUTOFILL_TYPE_NONE, datePicker.getAutofillType()); in verifySetEnabled()127 assertEquals(View.AUTOFILL_TYPE_DATE, datePicker.getAutofillType()); in verifySetEnabled()
139 assertEquals(View.AUTOFILL_TYPE_NONE, mTimePicker.getAutofillType()); in testSetEnabled()144 assertEquals(View.AUTOFILL_TYPE_DATE, mTimePicker.getAutofillType()); in testSetEnabled()
128 assertThat(ccExpirationNode.getAutofillType()).isEqualTo(AUTOFILL_TYPE_LIST);173 assertThat(ccExpirationNode.getAutofillType()).isEqualTo(AUTOFILL_TYPE_LIST);216 assertThat(ccExpirationNode.getAutofillType()).isEqualTo(AUTOFILL_TYPE_LIST);
301 assertThat(node.getAutofillType()).isEqualTo(View.AUTOFILL_TYPE_TEXT); in assertSimpleNode()
297 append(builder, "afType", node.getAutofillType()); in dump()
8758 method public int getAutofillType();52613 method public int getAutofillType();