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.java441 int presence, String status, int chatMode) { in insertStatusUpdate() argument
442 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode, in insertStatusUpdate()
447 int presence, String status, int chatMode, boolean isUserProfile) { in insertStatusUpdate() argument
448 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode, in insertStatusUpdate()
453 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) { in insertStatusUpdate() argument
458 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); in insertStatusUpdate()
462 long dataId, int presence, String status, long timestamp, int chatMode) { in insertStatusUpdate() argument
463 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false); in insertStatusUpdate()
467 long dataId, int presence, String status, long timestamp, int chatMode, in insertStatusUpdate() argument
471 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile); in insertStatusUpdate()
[all …]
DContactsProvider2Test.java6130 int chatMode = StatusUpdates.CAPABILITY_HAS_CAMERA | StatusUpdates.CAPABILITY_HAS_VIDEO | in testStreamItemUpdatedOnSecondStatusUpdate() local
6133 "goog411@acme.com", StatusUpdates.INVISIBLE, 4, 1, 0, chatMode); in testStreamItemUpdatedOnSecondStatusUpdate()
6137 StatusUpdates.INVISIBLE, "finished hacking", chatMode); in testStreamItemUpdatedOnSecondStatusUpdate()
9655 long groupId, int chatMode) { in createContact() argument
9657 timesContacted, starred, groupId, chatMode, false); in createContact()
9662 long groupId, int chatMode, boolean isUserProfile) { in createContact() argument
9664 presenceStatus, timesContacted, starred, groupId, chatMode, isUserProfile)); in createContact()
9669 long groupId, int chatMode) { in createRawContact() argument
9671 timesContacted, starred, groupId, chatMode); in createRawContact()
9678 long groupId, int chatMode, boolean isUserProfile) { in createRawContact() argument
[all …]