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 411 int presence, String status, int chatMode) {
412 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
417 int presence, String status, int chatMode, boolean isUserProfile) {
418 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
423 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
428 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
432 long dataId, int presence, String status, long timestamp, int chatMode) {
433 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false);
437 long dataId, int presence, String status, long timestamp, int chatMode,
441 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile)
    [all...]
ContactsProvider2Test.java     [all...]

Completed in 249 milliseconds