Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWarnings.java191 final String appSecondaryAbi = r.info.applicationInfo.secondaryCpuAbi; in showDeprecatedAbiDialogIfNeeded() local
193 (appPrimaryAbi != null && appSecondaryAbi == null && !appPrimaryAbi.contains("64")); in showDeprecatedAbiDialogIfNeeded()