Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVMRuntime.java15 public class ShadowVMRuntime { class
58 return ShadowVMRuntime.is64Bit; in is64Bit()
64 ShadowVMRuntime.is64Bit = is64Bit; in setIs64Bit()
69 ShadowVMRuntime.is64Bit = true; in reset()
DShadowArscAssetManager10.java1339 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in nativeApplyStyle()
DShadowArscAssetManager9.java1335 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in nativeApplyStyle()
DShadowArscAssetManager.java697 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in applyStyle()
DShadowLegacyAssetManager.java960 ShadowVMRuntime shadowVMRuntime = Shadow.extract(VMRuntime.getRuntime()); in applyStyle()