HomeSort by relevance Sort by last modified time
    Searched defs:dcs (Results 1 - 11 of 11) 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...]
  /external/libvterm/include/
vterm.h 173 int (*dcs)(const char *command, size_t cmdlen, void *user); member in struct:__anon18142
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 695 private final static char DCS = 144;
830 private String osc, dcs; /* to memorize OSC & DCS control sequence */ field in class:vt320
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyEventLog.java 365 DataCallResponse dcs = dcsList.get(i); local
366 statuses[i] = dcs.status;
367 cids[i] = dcs.cid;
368 actives[i] = dcs.active;
369 types[i] = dcs.type;
370 ifnames[i] = dcs.ifname;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 4203 HashMap<Integer, DataConnection> dcs = mDataConnections; local
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 655 milliseconds