OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConvoContactColumns
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java
777
* -
ConvoContactColumns
.NAME
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java
404
BluetoothMapContract.
ConvoContactColumns
.X_BT_UID);
406
BluetoothMapContract.
ConvoContactColumns
.CHAT_STATE);
408
BluetoothMapContract.
ConvoContactColumns
.UCI);
410
BluetoothMapContract.
ConvoContactColumns
.NICKNAME);
412
BluetoothMapContract.
ConvoContactColumns
.LAST_ACTIVE);
414
BluetoothMapContract.
ConvoContactColumns
.NAME);
416
BluetoothMapContract.
ConvoContactColumns
.PRESENCE_STATE);
418
BluetoothMapContract.
ConvoContactColumns
.STATUS_TEXT);
420
BluetoothMapContract.
ConvoContactColumns
.PRIORITY);
[
all
...]
BluetoothMapContentObserver.java
568
BluetoothMapContract.
ConvoContactColumns
.CONVO_ID);
570
BluetoothMapContract.
ConvoContactColumns
.NAME);
572
BluetoothMapContract.
ConvoContactColumns
.NICKNAME);
574
BluetoothMapContract.
ConvoContactColumns
.X_BT_UID);
576
BluetoothMapContract.
ConvoContactColumns
.CHAT_STATE);
578
BluetoothMapContract.
ConvoContactColumns
.UCI);
580
BluetoothMapContract.
ConvoContactColumns
.NICKNAME);
582
BluetoothMapContract.
ConvoContactColumns
.LAST_ACTIVE);
584
BluetoothMapContract.
ConvoContactColumns
.NAME);
586
BluetoothMapContract.
ConvoContactColumns
.PRESENCE_STATE)
[
all
...]
Completed in 1066 milliseconds