Searched refs:assertNoDeprecatedClientState (Results 1 – 2 of 2) sorted by relevance
30 import static android.autofillservice.cts.Helper.assertNoDeprecatedClientState;259 assertNoDeprecatedClientState(selection); in testNoEvents_whenServiceReturnsNullResponse()296 assertNoDeprecatedClientState(selection); in testNoEvents_whenServiceReturnsFailure()333 assertNoDeprecatedClientState(selection); in testNoEvents_whenServiceTimesout()
1040 public static void assertNoDeprecatedClientState(@NonNull FillEventHistory history) { in assertNoDeprecatedClientState() method in Helper