Home
last modified time | relevance | path

Searched defs:spyService (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
H A DInlineSuggestionRenderServiceImplTest.java81 InlineSuggestionRenderServiceImpl spyService = Mockito.spy(mService); in testOnRenderSuggestion_hasStyleHasAttributionIntentInlinePresentation() local
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DLauncherModelHelper.java546 public <T> T spyService(Class<T> tClass) { in spyService() method in LauncherModelHelper.SanboxModelContext