OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mContentLocation
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java
39
public String
mContentLocation
= null;
86
if(
mContentLocation
!= null)
87
sb.append("Content-Location: ").append(
mContentLocation
).append("\r\n");
619
newPart.
mContentLocation
= headerValue;
/packages/apps/Messaging/src/com/android/messaging/sms/
DatabaseMessages.java
336
public String
mContentLocation
;
378
mContentLocation
= cursor.getString(INDEX_CONTENT_LOCATION);
490
mContentLocation
= in.readString();
538
out.writeString(
mContentLocation
);
[
all
...]
Completed in 3165 milliseconds