Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DFillEventHistoryCommonTestCase.java27 import static android.autofillservice.cts.testcore.Helper.assertDeprecatedClientState;
181 assertDeprecatedClientState(selection, "clientStateKey", "clientStateValue"); in testAuthenticationSelected()
224 assertDeprecatedClientState(selection, "clientStateKey", "Value1"); in testDatasetSelected_twoResponses()
263 assertDeprecatedClientState(selection, "clientStateKey", "Value2"); in testDatasetSelected_twoResponses()
279 assertDeprecatedClientState(selection, "clientStateKey", "Value2"); in testDatasetSelected_twoResponses()
451 assertDeprecatedClientState(selectionA, "activity", "A"); in testEventsFromPreviousSessionIsDiscarded()
471 assertDeprecatedClientState(selectionB, "activity", "B"); in testEventsFromPreviousSessionIsDiscarded()
514 assertDeprecatedClientState(finalSelection, "activity", "A"); in testEventsFromPreviousSessionIsDiscarded()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1150 public static void assertDeprecatedClientState(@NonNull FillEventHistory history, in assertDeprecatedClientState() method in Helper