Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java139 private String[] mDeviceSupported32BitSet = null; field in SplitTests
143 if (mDeviceSupported32BitSet != null) { in getDeviceSupported32AbiSet()
144 return mDeviceSupported32BitSet; in getDeviceSupported32AbiSet()
146 mDeviceSupported32BitSet = getDeviceSupportedAbiSet(BITNESS_32); in getDeviceSupported32AbiSet()
147 return mDeviceSupported32BitSet; in getDeviceSupported32AbiSet()