Searched refs:mDeviceSupported64BitSet (Results 1 – 1 of 1) sorted by relevance
140 private String[] mDeviceSupported64BitSet = null; field in SplitTests151 if (mDeviceSupported64BitSet != null) { in getDeviceSupported64AbiSet()152 return mDeviceSupported64BitSet; in getDeviceSupported64AbiSet()154 mDeviceSupported64BitSet = getDeviceSupportedAbiSet(BITNESS_64); in getDeviceSupported64AbiSet()155 return mDeviceSupported64BitSet; in getDeviceSupported64AbiSet()