Searched refs:convoId (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapIMProvider.java | 623 String convoId = extras.getString(BluetoothMapContract.EXTRA_CONVERSATION_ID); in call() local 624 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call() 660 long lastActive, int chatState, String convoId); in setOwnerStatus() argument
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 1281 long convoId = c.getLong(cInfo.mContactColConvoId); in initContactsList() local 1282 if (convoId == 0) in initContactsList() 1849 long convoId = c.getLong(cInfo.mContactColConvoId); in handleContactListChanges() local 1850 if (convoId == 0) in handleContactListChanges() 1930 convoId, convoName, in handleContactListChanges() 1985 convoId, convoName, in handleContactListChanges() 2007 convoId, convoName, 0, null, in handleContactListChanges()
|
D | BluetoothMapContent.java | 1925 long convoId = -1; in setConvoWhereFilterSmsMms() local 1927 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms() 1929 if(convoId > 0) { in setConvoWhereFilterSmsMms() 1931 .append(Long.toString(convoId)); in setConvoWhereFilterSmsMms() 3163 long convoId = -1; in appendConvoListQueryParameters() local 3165 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters() 3167 if(convoId > 0) { in appendConvoListQueryParameters() 3169 Long.toString(convoId)); in appendConvoListQueryParameters()
|