Searched refs:assertDeprecatedClientState (Results 1 – 2 of 2) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/ |
D | FillEventHistoryCommonTestCase.java | 27 import static android.autofillservice.cts.testcore.Helper.assertDeprecatedClientState; 173 assertDeprecatedClientState(selection, "clientStateKey", "clientStateValue"); in testAuthenticationSelected() 211 assertDeprecatedClientState(selection, "clientStateKey", "Value1"); in testDatasetSelected_twoResponses() 249 assertDeprecatedClientState(selection, "clientStateKey", "Value2"); in testDatasetSelected_twoResponses() 263 assertDeprecatedClientState(selection, "clientStateKey", "Value2"); in testDatasetSelected_twoResponses() 427 assertDeprecatedClientState(selectionA, "activity", "A"); in testEventsFromPreviousSessionIsDiscarded() 446 assertDeprecatedClientState(selectionB, "activity", "B"); in testEventsFromPreviousSessionIsDiscarded() 481 assertDeprecatedClientState(finalSelection, "activity", "A"); in testEventsFromPreviousSessionIsDiscarded()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | Helper.java | 1067 public static void assertDeprecatedClientState(@NonNull FillEventHistory history, in assertDeprecatedClientState() method in Helper
|