OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSenderAddressing
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java
43
private final String
mSenderAddressing
;
105
mSenderAddressing
= attrs.get("sender_addressing");
183
json.put("sender_addressing",
mSenderAddressing
);
240
return
mSenderAddressing
;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java
42
private String
mSenderAddressing
= null;
114
return
mSenderAddressing
;
118
this.
mSenderAddressing
= senderAddressing;
288
if(
mSenderAddressing
!= null)
289
xmlMsgElement.attribute(null, "sender_addressing",
mSenderAddressing
);
Completed in 38 milliseconds