Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineLoginActivityTest.java495 Helper.assertActiveViewCountFromInlineSuggestionRenderService(1); in testInlineSuggestionViewReleased()
501 Helper.assertActiveViewCountFromInlineSuggestionRenderService(2); in testInlineSuggestionViewReleased()
507 Helper.assertActiveViewCountFromInlineSuggestionRenderService(1); in testInlineSuggestionViewReleased()
519 Helper.assertActiveViewCountFromInlineSuggestionRenderService(0); in testInlineSuggestionViewReleased()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java247 public static void assertActiveViewCountFromInlineSuggestionRenderService(int count) { in assertActiveViewCountFromInlineSuggestionRenderService() method in Helper