Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DPocPusher.java45 public boolean bitness32 = true; field in PocPusher
98 bitness32 = true; in only32()
104 bitness32 = false; in only64()
110 bitness32 = true; in bothBitness()
119 assertTrue("bitness must be 32, 64, or both.", bitness32 || bitness64); in pushFile()
124 assumeFalse(bitness.equals("32") && !bitness32); in pushFile()