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.java585 Helper.assertActiveViewCountFromInlineSuggestionRenderService(1); in testInlineSuggestionViewReleased()
591 Helper.assertActiveViewCountFromInlineSuggestionRenderService(2); in testInlineSuggestionViewReleased()
597 Helper.assertActiveViewCountFromInlineSuggestionRenderService(1); in testInlineSuggestionViewReleased()
609 Helper.assertActiveViewCountFromInlineSuggestionRenderService(0); in testInlineSuggestionViewReleased()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java276 public static void assertActiveViewCountFromInlineSuggestionRenderService(int count) { in assertActiveViewCountFromInlineSuggestionRenderService() method in Helper