Home
last modified time | relevance | path

Searched refs:convoId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapIMProvider.java642 String convoId = extras.getString(BluetoothMapContract.EXTRA_CONVERSATION_ID); in call() local
643 ret = setOwnerStatus(presenceState, presenceStatus, lastActive, chatState, convoId); in call()
679 int chatState, String convoId); in setOwnerStatus() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java1361 long convoId = c.getLong(cInfo.mContactColConvoId); in initContactsList() local
1362 if (convoId == 0) { in initContactsList()
1968 long convoId = c.getLong(cInfo.mContactColConvoId); in handleContactListChanges() local
1969 if (convoId == 0) { in handleContactListChanges()
2042 convoId, convoName, presenceState, presenceStatus, in handleContactListChanges()
2091 convoId, convoName, presenceState, presenceStatus, in handleContactListChanges()
2107 convoId, convoName, 0, null, chatState); in handleContactListChanges()
DBluetoothMapContent.java2061 long convoId = -1; in setConvoWhereFilterSmsMms() local
2063 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms()
2065 if (convoId > 0) { in setConvoWhereFilterSmsMms()
2069 .append(Long.toString(convoId)); in setConvoWhereFilterSmsMms()
3418 long convoId = -1; in appendConvoListQueryParameters() local
3420 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()
3422 if (convoId > 0) { in appendConvoListQueryParameters()
3424 Long.toString(convoId)); in appendConvoListQueryParameters()