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.java419 input.ucs2 = (cmdDet.commandQualifier & 0x02) != 0;
486 input.ucs2 = (cmdDet.commandQualifier & 0x02) != 0;
H A DCatService.java713 input.ucs2, input.packed);

Completed in 71 milliseconds