Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DFillEventHistoryTest.java25 import static android.autofillservice.cts.Helper.assertDeprecatedClientState;
145 assertDeprecatedClientState(selection, "clientStateKey", "clientStateValue"); in testAuthenticationSelected()
178 assertDeprecatedClientState(selection, "clientStateKey", "Value1"); in testDatasetSelected_twoResponses()
214 assertDeprecatedClientState(selection, "clientStateKey", "Value2"); in testDatasetSelected_twoResponses()
227 assertDeprecatedClientState(selection, "clientStateKey", "Value2"); in testDatasetSelected_twoResponses()
383 assertDeprecatedClientState(selectionA, "activity", "A"); in testEventsFromPreviousSessionIsDiscarded()
402 assertDeprecatedClientState(selectionB, "activity", "B"); in testEventsFromPreviousSessionIsDiscarded()
428 assertDeprecatedClientState(finalSelection, "activity", "B"); in testEventsFromPreviousSessionIsDiscarded()
DHelper.java1026 public static void assertDeprecatedClientState(@NonNull FillEventHistory history, in assertDeprecatedClientState() method in Helper