Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/module/
DNativeBridgeModuleControllerTest.java67 EasyMock.expect(mMockDevice.getProperty(NativeBridgeModuleController.NATIVE_BRIDGE_PROP)) in testNoBridgeSupport()
81 EasyMock.expect(mMockDevice.getProperty(NativeBridgeModuleController.NATIVE_BRIDGE_PROP)) in testBridgeSupport()
97 EasyMock.expect(mMockDevice.getProperty(NativeBridgeModuleController.NATIVE_BRIDGE_PROP)) in testBridgeSupport_differentBitness()
113 EasyMock.expect(mMockDevice.getProperty(NativeBridgeModuleController.NATIVE_BRIDGE_PROP)) in testBridgeSupport_differentArch()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/module/
DNativeBridgeModuleController.java33 public static final String NATIVE_BRIDGE_PROP = "ro.dalvik.vm.native.bridge"; field in NativeBridgeModuleController
42 String bridge = device.getProperty(NATIVE_BRIDGE_PROP); in shouldRun()