Searched refs:mDeviceSupported32BitSet (Results 1 – 1 of 1) sorted by relevance
139 private String[] mDeviceSupported32BitSet = null; field in SplitTests143 if (mDeviceSupported32BitSet != null) { in getDeviceSupported32AbiSet()144 return mDeviceSupported32BitSet; in getDeviceSupported32AbiSet()146 mDeviceSupported32BitSet = getDeviceSupportedAbiSet(BITNESS_32); in getDeviceSupported32AbiSet()147 return mDeviceSupported32BitSet; in getDeviceSupported32AbiSet()