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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 114 int dcs = smsMessage.getDataCodingScheme(); local
170 EVENT_SEND_ENVELOPE_RESPONSE, new int[]{ dcs, pid }));
199 private void sendSmsAckForEnvelopeResponse(IccIoResult response, int dcs, int pid) {
235 smsAckPdu[index++] = 0x07; // TP-PI: TP-PID, TP-DCS, TP-UDL present
241 smsAckPdu[index++] = 0x07; // TP-PI: TP-PID, TP-DCS, TP-UDL present
245 smsAckPdu[index++] = (byte) dcs;
247 if (is7bitDcs(dcs)) {
265 * Returns whether the DCS is 7 bit. If so, set TP-UDL to the septet count of TP-UD;
267 * @param dcs the TP-Data-Coding-Scheme field from the original download SMS
268 * @return true if the DCS specifies 7 bit encoding; false otherwis
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/
DialogSmsDisplayTests.java 84 byte[] encodeCellBroadcast(int serialNumber, int messageId, int dcs, String message) {
90 pdu[4] = (byte) (dcs & 0xff);
94 if (dcs == DCS_16BIT_UCS2) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 200 for (DataCallResponse dcs : dcsList) {
201 dataCallResponseListByCid.put(dcs.cid, dcs);
DcTrackerBase.java 1877 HashMap<Integer, DataConnection> dcs = mDataConnections; local
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java 186 DisplayClientState dcs = KeyguardUpdateMonitor.getInstance(mContext) local
188 mTransportState = (dcs.clearing ? TRANSPORT_GONE :
189 (isMusicPlaying(dcs.playbackState) ? TRANSPORT_VISIBLE : TRANSPORT_INVISIBLE));
192 + mTransportState + ", pbstate=" + dcs.playbackState);
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 223 milliseconds