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;
180 assertDeprecatedClientState(selection, "clientStateKey", "clientStateValue"); in testAuthenticationSelected()
223 assertDeprecatedClientState(selection, "clientStateKey", "Value1"); in testDatasetSelected_twoResponses()
262 assertDeprecatedClientState(selection, "clientStateKey", "Value2"); in testDatasetSelected_twoResponses()
278 assertDeprecatedClientState(selection, "clientStateKey", "Value2"); in testDatasetSelected_twoResponses()
450 assertDeprecatedClientState(selectionA, "activity", "A"); in testEventsFromPreviousSessionIsDiscarded()
470 assertDeprecatedClientState(selectionB, "activity", "B"); in testEventsFromPreviousSessionIsDiscarded()
507 assertDeprecatedClientState(finalSelection, "activity", "A"); in testEventsFromPreviousSessionIsDiscarded()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1147 public static void assertDeprecatedClientState(@NonNull FillEventHistory history, in assertDeprecatedClientState() method in Helper