Home
last modified time | relevance | path

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

/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/
DAndroidNativeRuntimeLoader.java172 if (isAndroidVOrAbove()) { in ensureLoaded()
180 if (isAndroidVOrAbove()) { in ensureLoaded()
192 String icuDatFile = isAndroidVOrAbove() ? "icudt.dat" : "icudt68l.dat"; in maybeCopyIcuData()
241 if (isAndroidVOrAbove()) { in nativeLibraryPath()
252 private boolean isAndroidVOrAbove() { in isAndroidVOrAbove() method in AndroidNativeRuntimeLoader