Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemServiceRegistry.java32 Class staticServiceFetcherClass = in reset() local
39 } else if (staticServiceFetcherClass.isInstance(o)) { in reset()
40 ReflectionHelpers.setField(staticServiceFetcherClass, o, "mCachedInstance", null); in reset()
DShadowContextImpl.java289 Class staticServiceFetcherClass = in reset() local
295 if (staticServiceFetcherClass.isInstance(o)) { in reset()
296 ReflectionHelpers.setField(staticServiceFetcherClass, o, "mCachedInstance", null); in reset()