OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btUid
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java
75
int priority, String
btUid
) {
85
if(
btUid
!= null) {
87
this.mBtUid = SignedLongLong.fromString(
btUid
);
142
public void setBtUid(SignedLongLong
btUid
) {
143
this.mBtUid =
btUid
;
BluetoothMapbMessage.java
227
for(String
btUid
: mBtUids)
229
sb.append("X-BT-UID:").append(
btUid
).append("\r\n");
[
all
...]
BluetoothMapContentObserver.java
[
all
...]
BluetoothMapContent.java
[
all
...]
Completed in 63 milliseconds