Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java80 if (!isValidInstructionSet(instructionSet)) { in dexopt()
91 if (!isValidInstructionSet(instructionSet)) { in dexopt()
112 if (!isValidInstructionSet(instructionSet)) { in movedex()
128 if (!isValidInstructionSet(instructionSet)) { in rmdex()
302 if (!isValidInstructionSet(instructionSet)) { in markBootComplete()
338 if (!isValidInstructionSet(instructionSet)) { in getSizeInfo()
464 private static boolean isValidInstructionSet(String instructionSet) { in isValidInstructionSet() method in Installer