OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyRespInd
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java
49
import com.google.android.mms.pdu.
NotifyRespInd
;
251
NotifyRespInd
notifyRespInd
= new
NotifyRespInd
(
258
sendPdu(new PduComposer(mContext,
notifyRespInd
).make(), mContentLocation);
260
sendPdu(new PduComposer(mContext,
notifyRespInd
).make());
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java
161
NotifyRespInd
notifyRespInd
=
162
new
NotifyRespInd
(mHeaders);
163
return
notifyRespInd
;
[
all
...]
Completed in 432 milliseconds