Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DSplitTests.java140 private String[] mDeviceSupported64BitSet = null; field in SplitTests
151 if (mDeviceSupported64BitSet != null) { in getDeviceSupported64AbiSet()
152 return mDeviceSupported64BitSet; in getDeviceSupported64AbiSet()
154 mDeviceSupported64BitSet = getDeviceSupportedAbiSet(BITNESS_64); in getDeviceSupported64AbiSet()
155 return mDeviceSupported64BitSet; in getDeviceSupported64AbiSet()