OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendReq
(Results
1 - 8
of
8
) sorted by null
/packages/services/Mms/src/com/android/mms/service/
SendRequest.java
50
import com.google.android.mms.pdu.
SendReq
;
125
SendReq
sendReq
= (
SendReq
) parsedPdu;
126
for (EncodedStringValue encodedStringValue :
sendReq
.getTo()) {
172
if (!(pdu instanceof
SendReq
)) {
173
LogUtil.d(requestId, "persistIfRequired: not
SendReq
");
244
if (!(pdu instanceof
SendReq
)) {
245
LogUtil.i(requestId, "updateDestinationAddress: not
SendReq
");
249
boolean isUpdated = updateDestinationAddressPerType((
SendReq
)pdu, PduHeaders.TO)
[
all
...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduParser.java
146
SendReq
sendReq
= new
SendReq
(mHeaders, mBody);
147
return
sendReq
;
[
all
...]
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java
143
SendReq
sendReq
= new
SendReq
(mHeaders, mBody);
144
return
sendReq
;
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduParser.java
165
SendReq
sendReq
= new
SendReq
(mHeaders, mBody);
166
return
sendReq
;
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java
68
import com.android.messaging.mmslib.pdu.
SendReq
;
[
all
...]
/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
Completed in 999 milliseconds