Home
last modified time | relevance | path

Searched refs:chatMode (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java423 int presence, String status, int chatMode) { in insertStatusUpdate() argument
424 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode, in insertStatusUpdate()
429 int presence, String status, int chatMode, boolean isUserProfile) { in insertStatusUpdate() argument
430 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode, in insertStatusUpdate()
435 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) { in insertStatusUpdate() argument
440 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); in insertStatusUpdate()
444 long dataId, int presence, String status, long timestamp, int chatMode) { in insertStatusUpdate() argument
445 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false); in insertStatusUpdate()
449 long dataId, int presence, String status, long timestamp, int chatMode, in insertStatusUpdate() argument
453 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); in insertStatusUpdate()
[all …]
DContactsProvider2Test.java6119 int chatMode = StatusUpdates.CAPABILITY_HAS_CAMERA | StatusUpdates.CAPABILITY_HAS_VIDEO | in testStreamItemUpdatedOnSecondStatusUpdate() local
6122 "goog411@acme.com", StatusUpdates.INVISIBLE, 4, 1, 0, chatMode); in testStreamItemUpdatedOnSecondStatusUpdate()
6126 StatusUpdates.INVISIBLE, "finished hacking", chatMode); in testStreamItemUpdatedOnSecondStatusUpdate()
9663 long groupId, int chatMode) { in createContact() argument
9665 timesContacted, starred, groupId, chatMode, false); in createContact()
9670 long groupId, int chatMode, boolean isUserProfile) { in createContact() argument
9672 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile)); in createContact()
9677 long groupId, int chatMode) { in createRawContact() argument
9679 timesContacted, starred, groupId, chatMode); in createRawContact()
9686 long groupId, int chatMode, boolean isUserProfile) { in createRawContact() argument
[all …]