HomeSort by relevance Sort by last modified time
    Searched full:chatmode (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 383 int presence, String status, int chatMode) {
384 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
389 int presence, String status, int chatMode, boolean isUserProfile) {
390 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
395 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
400 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
404 long dataId, int presence, String status, long timestamp, int chatMode) {
405 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false);
409 long dataId, int presence, String status, long timestamp, int chatMode,
413 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile)
    [all...]
ContactsProvider2Test.java     [all...]

Completed in 60 milliseconds