Searched refs:ucs2 (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DInput.java33 public boolean ucs2; field in class:Input
47 ucs2 = false;
62 ucs2 = in.readInt() == 1 ? true : false;
83 dest.writeInt(ucs2 ? 1 : 0);
H A DResponseData.java80 public GetInkeyInputResponseData(String inData, boolean ucs2, boolean packed) { argument
82 mIsUcs2 = ucs2;
117 // ucs2 is by definition big endian.
H A DCommandParamsFactory.java469 input.ucs2 = (cmdDet.commandQualifier & 0x02) != 0;
537 input.ucs2 = (cmdDet.commandQualifier & 0x02) != 0;
544 if (input.ucs2 && input.maxLen > MAX_UCS2_CHARS) {
H A DCatService.java988 input.ucs2, input.packed);

Completed in 78 milliseconds