Searched defs:CLEAR_ABI_OVERRIDE (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java62 public static final String CLEAR_ABI_OVERRIDE = "-"; field in class:NativeLibraryHelper
324 if (abiOverride != null && !CLEAR_ABI_OVERRIDE.equals(abiOverride)) {
350 if (CLEAR_ABI_OVERRIDE.equals(abiOverride)) {
385 if (abiOverride != null && !CLEAR_ABI_OVERRIDE.equals(abiOverride)) {
398 if (CLEAR_ABI_OVERRIDE.equals(abiOverride)) {

Completed in 30 milliseconds