Searched refs:sDeviceSupported32Bits (Results 1 – 1 of 1) sorted by relevance
89 private static String[] sDeviceSupported32Bits = null; field in PackageManagerMultiArchAppTest185 if (sDeviceSupported32Bits != null) { in getDeviceSupported32Abis()186 return sDeviceSupported32Bits; in getDeviceSupported32Abis()189 sDeviceSupported32Bits = Build.SUPPORTED_32_BIT_ABIS; in getDeviceSupported32Abis()190 return sDeviceSupported32Bits; in getDeviceSupported32Abis()