Searched refs:assertDeprecatedClientState (Results 1 – 2 of 2) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | FillEventHistoryTest.java | 25 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()
|
D | Helper.java | 1026 public static void assertDeprecatedClientState(@NonNull FillEventHistory history, in assertDeprecatedClientState() method in Helper
|