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.java1359 long convoId = c.getLong(cInfo.mContactColConvoId); in initContactsList() local
1360 if (convoId == 0) { in initContactsList()
1957 long convoId = c.getLong(cInfo.mContactColConvoId); in handleContactListChanges() local
1958 if (convoId == 0) { in handleContactListChanges()
2031 convoId, convoName, presenceState, presenceStatus, in handleContactListChanges()
2080 convoId, convoName, presenceState, presenceStatus, in handleContactListChanges()
2096 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()
3424 long convoId = -1; in appendConvoListQueryParameters() local
3426 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()
3428 if (convoId > 0) { in appendConvoListQueryParameters()
3430 Long.toString(convoId)); in appendConvoListQueryParameters()