Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/cts/
DCursorJoinerTest.java104 case BOTH: in testCursorJoinerAndIterator()
165 assertEquals(Result.BOTH, cursorJoiner.next()); in testNext()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivityTest.java419 autofillOneDatasetTest(BorderType.BOTH); in testAutoFillOneDataset_withHeaderAndFooter()
426 BOTH enumConstant
442 if (borderType == BorderType.BOTH || borderType == BorderType.HEADER_ONLY) { in autofillOneDatasetTest()
446 if (borderType == BorderType.BOTH || borderType == BorderType.FOOTER_ONLY) { in autofillOneDatasetTest()
1719 optionalOnlyTest(FilledFields.BOTH); in testSaveNoRequiredField_BothFilled()
1725 BOTH enumConstant
1749 if (filledFields == FilledFields.USERNAME_ONLY || filledFields == FilledFields.BOTH) { in optionalOnlyTest()
1756 if (filledFields == FilledFields.BOTH) { in optionalOnlyTest()
1779 if (filledFields == FilledFields.BOTH) { in optionalOnlyTest()
DAuthenticationTest.java679 fillDatasetAuthWithClientState(ClientStateLocation.BOTH); in testDatasetAuthClientStateSetOnIntentAndFillResponse()
1045 fillResponseAuthWithClientState(ClientStateLocation.BOTH); in testFillResponseAuthClientStateSetOnIntentAndFillResponse()
1051 BOTH enumConstant
1068 if (where == ClientStateLocation.FILL_RESPONSE_ONLY || where == ClientStateLocation.BOTH) { in fillResponseAuthWithClientState()