Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginActivityTest.java309 final String keyInvalid = "invalid"; in testAutofill_noInvalid() local
313 bundle.putBinder(keyInvalid, new Binder()); in testAutofill_noInvalid()
340 assertThat(extras.get(keyInvalid)).isNull(); in testAutofill_noInvalid()
344 assertThat(style.get(keyInvalid)).isNull(); in testAutofill_noInvalid()
348 assertThat(style2.get(keyInvalid)).isNull(); in testAutofill_noInvalid()