Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerMultiArchAppTest.java89 private static String[] sDeviceSupported32Bits = null; field in PackageManagerMultiArchAppTest
185 if (sDeviceSupported32Bits != null) { in getDeviceSupported32Abis()
186 return sDeviceSupported32Bits; in getDeviceSupported32Abis()
189 sDeviceSupported32Bits = Build.SUPPORTED_32_BIT_ABIS; in getDeviceSupported32Abis()
190 return sDeviceSupported32Bits; in getDeviceSupported32Abis()