Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVMRuntime.java58 @Nullable private static String currentInstructionSet = null; field in ShadowVMRuntime
168 public static void setCurrentInstructionSet(@Nullable String currentInstructionSet) { in setCurrentInstructionSet()