Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
H A DInlineLoginActivityTest.java583 Helper.assertActiveViewCountFromInlineSuggestionRenderService(1); in testInlineSuggestionViewReleased()
589 Helper.assertActiveViewCountFromInlineSuggestionRenderService(2); in testInlineSuggestionViewReleased()
595 Helper.assertActiveViewCountFromInlineSuggestionRenderService(1); in testInlineSuggestionViewReleased()
607 Helper.assertActiveViewCountFromInlineSuggestionRenderService(0); in testInlineSuggestionViewReleased()
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
H A DHelper.java276 public static void assertActiveViewCountFromInlineSuggestionRenderService(int count) { in assertActiveViewCountFromInlineSuggestionRenderService() method in Helper