Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java146 mDeviceSupported32BitSet = getDeviceSupportedAbiSet(BITNESS_32); in getDeviceSupported32AbiSet()
154 mDeviceSupported64BitSet = getDeviceSupportedAbiSet(BITNESS_64); in getDeviceSupported64AbiSet()
158 private String[] getDeviceSupportedAbiSet(String bitness) throws Exception { in getDeviceSupportedAbiSet() method in SplitTests