OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAddressMms
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java
506
address =
getAddressMms
(mResolver, id, MMS_TO);
527
String phone =
getAddressMms
(mResolver, id, MMS_TO);
548
address =
getAddressMms
(mResolver, id, MMS_FROM);
569
String phone =
getAddressMms
(mResolver, id, MMS_FROM);
708
static public String
getAddressMms
(ContentResolver r, long id, int type) {
728
String phone =
getAddressMms
(mResolver, id, MMS_TO);
809
String phone =
getAddressMms
(mResolver, id, MMS_FROM);
[
all
...]
BluetoothMapContentObserver.java
484
address = BluetoothMapContent.
getAddressMms
(mResolver, id,
487
address = BluetoothMapContent.
getAddressMms
(mResolver, id,
[
all
...]
Completed in 76 milliseconds