Searched defs:nativeLibraryRootRequiresIsa (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java502 * nativeLibraryRootDir & nativeLibraryRootRequiresIsa there as well.
513 * When {@link #nativeLibraryRootRequiresIsa} is set, the libraries are
527 public boolean nativeLibraryRootRequiresIsa; field in class:ApplicationInfo
695 nativeLibraryRootRequiresIsa = orig.nativeLibraryRootRequiresIsa;
745 dest.writeInt(nativeLibraryRootRequiresIsa ? 1 : 0);
794 nativeLibraryRootRequiresIsa = source.readInt() != 0;

Completed in 1218 milliseconds