HomeSort by relevance Sort by last modified time
    Searched refs:nativeLibraryRootRequiresIsa (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 502 * nativeLibraryRootDir & nativeLibraryRootRequiresIsa there as well.
513 * When {@link #nativeLibraryRootRequiresIsa} is set, the libraries are
527 public boolean nativeLibraryRootRequiresIsa;
695 nativeLibraryRootRequiresIsa = orig.nativeLibraryRootRequiresIsa;
745 dest.writeInt(nativeLibraryRootRequiresIsa ? 1 : 0);
794 nativeLibraryRootRequiresIsa = source.readInt() != 0;
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 119 milliseconds