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
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
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java
216
DisplayClientState
dcs
= KeyguardUpdateMonitor.getInstance(mContext)
local
218
mTransportState = (
dcs
.clearing ? TRANSPORT_GONE :
219
(isMusicPlaying(
dcs
.playbackState) ? TRANSPORT_VISIBLE : TRANSPORT_INVISIBLE));
222
+ mTransportState + ", pbstate=" +
dcs
.playbackState);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java
1813
HashMap<Integer, DataConnection>
dcs
= mDataConnections;
local
[
all
...]
Completed in 83 milliseconds