OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dcs
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java
76
int
dcs
= smsMessage.getDataCodingScheme();
local
132
EVENT_SEND_ENVELOPE_RESPONSE, new int[]{
dcs
, pid }));
161
private void sendSmsAckForEnvelopeResponse(IccIoResult response, int
dcs
, int pid) {
197
smsAckPdu[index++] = 0x07; // TP-PI: TP-PID, TP-
DCS
, TP-UDL present
203
smsAckPdu[index++] = 0x07; // TP-PI: TP-PID, TP-
DCS
, TP-UDL present
207
smsAckPdu[index++] = (byte)
dcs
;
209
if (is7bitDcs(
dcs
)) {
227
* Returns whether the
DCS
is 7 bit. If so, set TP-UDL to the septet count of TP-UD;
229
* @param
dcs
the TP-Data-Coding-Scheme field from the original download SMS
230
* @return true if the
DCS
specifies 7 bit encoding; false otherwis
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardHostView.java
203
DisplayClientState
dcs
= KeyguardUpdateMonitor.getInstance(mContext)
local
205
mTransportState = (
dcs
.clearing ? TRANSPORT_GONE :
206
(isMusicPlaying(
dcs
.playbackState) ? TRANSPORT_VISIBLE : TRANSPORT_INVISIBLE));
209
+ mTransportState + ", pbstate=" +
dcs
.playbackState);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java
1650
HashMap<Integer, DataConnection>
dcs
= mDataConnections;
local
[
all
...]
Completed in 64 milliseconds