OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pduDecoder
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java
121
WspTypeDecoder
pduDecoder
= new WspTypeDecoder(pdu);
129
if (
pduDecoder
.decodeUintvarInteger(index) == false) {
133
int headerLength = (int)
pduDecoder
.getValue32();
134
index +=
pduDecoder
.getDecodedDataLength();
150
if (
pduDecoder
.decodeContentType(index) == false) {
155
String mimeType =
pduDecoder
.getValueString();
156
long binaryContentType =
pduDecoder
.getValue32();
157
index +=
pduDecoder
.getDecodedDataLength();
178
if (
pduDecoder
.seekXWapApplicationId(index, index + headerLength - 1)) {
179
index = (int)
pduDecoder
.getValue32()
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java
339
WspTypeDecoder
pduDecoder
= new WspTypeDecoder(omaPdu);
343
if (!
pduDecoder
.decodeUintvarInteger(wspIndex)) {
347
wspIndex +=
pduDecoder
.getDecodedDataLength(); // advance to next field
350
if (!
pduDecoder
.decodeContentType(wspIndex)) {
354
String mimeType =
pduDecoder
.getValueString();
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java
[
all
...]
Completed in 50 milliseconds