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

  /frameworks/base/core/java/android/app/
LoadedApk.java 158 final String runtimeIsa = VMRuntime.getRuntime().vmInstructionSet();
166 // If the runtimeIsa is the same as the primary isa, then we do nothing.
169 if (runtimeIsa.equals(secondaryIsa)) {
    [all...]
ApplicationPackageManager.java 386 final String runtimeIsa = VMRuntime.getRuntime().vmInstructionSet();
394 // If the runtimeIsa is the same as the primary isa, then we do nothing.
397 if (runtimeIsa.equals(secondaryIsa)) {
    [all...]
ActivityThread.java     [all...]

Completed in 182 milliseconds