Home
last modified time | relevance | path

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

/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/
DAndroidNativeRuntimeLoader.java145 …DefaultNativeRuntimeLoaderReflector accessor = reflector(DefaultNativeRuntimeLoaderReflector.class… in ensureLoaded() local
150 if (!accessor.isSupported()) { in ensureLoaded()
165 accessor.setExtractDirectory(extractDirectory); in ensureLoaded()
168 accessor.maybeCopyFonts(extractDirectory); in ensureLoaded()
238 DefaultNativeRuntimeLoaderReflector accessor = in nativeLibraryPath() local
240 String defaultPath = accessor.nativeLibraryPath(); in nativeLibraryPath()