OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUci
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java
53
private String
mUci
= null;
66
newElement.
mUci
= address;
76
this.
mUci
= uci;
176
this.
mUci
= uci;
180
return
mUci
;
201
if(
mUci
!= null) {
202
xmlConvoElement.attribute(null, XML_ATT_UCI,
mUci
);
257
newElement.
mUci
= attributeValue;
BluetoothMapAccountItem.java
41
private final String
mUci
;
54
this.
mUci
= uci;
78
return
mUci
;
86
if(
mUci
== null)
90
return new StringBuilder(mUciPrefix).append(":").append(
mUci
).toString();
Completed in 46 milliseconds