HomeSort by relevance Sort by last modified time
    Searched refs:dcs (Results 1 - 19 of 19) 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/testapp/src/com/android/cellbroadcastreceiver/
DialogSmsDisplayTests.java 91 byte[] encodeCellBroadcast(int serialNumber, int messageId, int dcs, String message) {
97 pdu[4] = (byte) (dcs & 0xff);
101 if (dcs == DCS_16BIT_UCS2) {
  /external/autotest/client/cros/cellular/
base_station_interface.py 109 dcs=0xf0):
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
SoftwareRenderer.cpp 217 color_space dcs = bitmap->ColorSpace(); local
219 if (scs != dcs && (scs != B_RGBA32 || dcs != B_RGB32)) {
221 __PRETTY_FUNCTION__, color_space_name(scs), color_space_name(dcs));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 227 for (DataCallResponse dcs : dcsList) {
228 dataCallResponseListByCid.put(dcs.cid, dcs);
DcTracker.java 4215 HashMap<Integer, DataConnection> dcs = mDataConnections; local
    [all...]
  /external/libvterm/src/
parser.c 173 case DCS:
174 if(vt->parser_callbacks && vt->parser_callbacks->dcs)
175 if((*vt->parser_callbacks->dcs)(str_frag, len, vt->cbdata))
178 fprintf(stderr, "libvterm: Unhandled DCS %.*s\n", (int)len, str_frag);
183 fprintf(stderr, "libvterm: ARGH! Should never do_string() in ESC_IN_{OSC,DCS}\n");
204 case DCS:
229 else if(vt->parser_state == DCS)
235 else if(c == 0x07 && // BEL, can stand for ST in OSC or DCS state
236 (vt->parser_state == OSC || vt->parser_state == DCS)) {
255 case ESC_IN_DCS: vt->parser_state = DCS; break
    [all...]
state.c     [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 694 private final static char DCS = 144;
829 private String osc, dcs; /* to memorize OSC & DCS control sequence */ field in class:vt320
    [all...]
  /external/libvterm/include/
vterm.h 173 int (*dcs)(const char *command, size_t cmdlen, void *user); member in struct:__anon24874
  /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/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /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 456 milliseconds