Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/ddm/
H A DDdmHandleHello.java132 String instructionSetDescription = in handleHELO() local
136 instructionSetDescription += " (" + vmInstructionSet + ")"; in handleHELO()
145 + instructionSetDescription.length() * 2 in handleHELO()
157 out.putInt(instructionSetDescription.length()); in handleHELO()
158 putString(out, instructionSetDescription); in handleHELO()