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.java415 int presence, String status, int chatMode) { in insertStatusUpdate() argument
416 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode, in insertStatusUpdate()
421 int presence, String status, int chatMode, boolean isUserProfile) { in insertStatusUpdate() argument
422 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode, in insertStatusUpdate()
427 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) { in insertStatusUpdate() argument
432 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); in insertStatusUpdate()
436 long dataId, int presence, String status, long timestamp, int chatMode) { in insertStatusUpdate() argument
437 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false); in insertStatusUpdate()
441 long dataId, int presence, String status, long timestamp, int chatMode, in insertStatusUpdate() argument
445 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); in insertStatusUpdate()
[all …]
DContactsProvider2Test.java6123 int chatMode = StatusUpdates.CAPABILITY_HAS_CAMERA | StatusUpdates.CAPABILITY_HAS_VIDEO | in testStreamItemUpdatedOnSecondStatusUpdate() local
6126 "goog411@acme.com", StatusUpdates.INVISIBLE, 4, 1, 0, chatMode); in testStreamItemUpdatedOnSecondStatusUpdate()
6130 StatusUpdates.INVISIBLE, "finished hacking", chatMode); in testStreamItemUpdatedOnSecondStatusUpdate()
9634 long groupId, int chatMode) { in createContact() argument
9636 timesContacted, starred, groupId, chatMode, false); in createContact()
9641 long groupId, int chatMode, boolean isUserProfile) { in createContact() argument
9643 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile)); in createContact()
9648 long groupId, int chatMode) { in createRawContact() argument
9650 timesContacted, starred, groupId, chatMode); in createRawContact()
9657 long groupId, int chatMode, boolean isUserProfile) { in createRawContact() argument
[all …]