OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContentLocation
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/java/com/google/android/mms/pdu/
NotificationInd.java
76
public byte[]
getContentLocation
() {
PduBody.java
52
byte[] contentLocation = part.
getContentLocation
();
PduPart.java
259
public byte[]
getContentLocation
() {
PduComposer.java
936
name = part.
getContentLocation
();
974
byte[] contentLocation = part.
getContentLocation
();
[
all
...]
PduPersister.java
707
if (part.
getContentLocation
() != null) {
708
value = toIsoString(part.
getContentLocation
());
[
all
...]
PduParser.java
[
all
...]
/packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java
107
byte [] contentLocation = nInd.
getContentLocation
();
130
+ new String(nInd.
getContentLocation
()));
207
byte[] rawLocation = nInd.
getContentLocation
();
RetrieveTransaction.java
82
mId = mContentLocation =
getContentLocation
(context, mUri);
95
private String
getContentLocation
(Context context, Uri uri)
NotificationTransaction.java
94
mContentLocation = new String(mNotificationInd.
getContentLocation
());
/packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java
167
mBody = new String(notifInd.
getContentLocation
());
ComposeMessageActivity.java
[
all
...]
Completed in 1574 milliseconds