Searched refs:assertDeprecatedClientState (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/ |
H A D | FillEventHistoryCommonTestCase.java | 27 import static android.autofillservice.cts.testcore.Helper.assertDeprecatedClientState; 333 assertDeprecatedClientState(selection, "clientStateKey", "clientStateValue"); in testAuthenticationSelected() 376 assertDeprecatedClientState(selection, "clientStateKey", "Value1"); in testDatasetSelected_twoResponses() 415 assertDeprecatedClientState(selection, "clientStateKey", "Value2"); in testDatasetSelected_twoResponses() 431 assertDeprecatedClientState(selection, "clientStateKey", "Value2"); in testDatasetSelected_twoResponses() 603 assertDeprecatedClientState(selectionA, "activity", "A"); in testEventsFromPreviousSessionIsDiscarded() 623 assertDeprecatedClientState(selectionB, "activity", "B"); in testEventsFromPreviousSessionIsDiscarded() 666 assertDeprecatedClientState(finalSelection, "activity", "A"); in testEventsFromPreviousSessionIsDiscarded()
|
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
H A D | Helper.java | 1152 public static void assertDeprecatedClientState(@NonNull FillEventHistory history, in assertDeprecatedClientState() method in Helper
|