Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerMultiArchAppTest.java90 private static String[] sDeviceSupported64Bits = null; field in PackageManagerMultiArchAppTest
195 if (sDeviceSupported64Bits != null) { in getDeviceSupported64Abis()
196 return sDeviceSupported64Bits; in getDeviceSupported64Abis()
199 sDeviceSupported64Bits = Build.SUPPORTED_64_BIT_ABIS; in getDeviceSupported64Abis()
200 return sDeviceSupported64Bits; in getDeviceSupported64Abis()