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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 417 int presence, String status, int chatMode) {
418 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
423 int presence, String status, int chatMode, boolean isUserProfile) {
424 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
429 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
434 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
438 long dataId, int presence, String status, long timestamp, int chatMode) {
439 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false);
443 long dataId, int presence, String status, long timestamp, int chatMode,
447 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile)
    [all...]
ContactsProvider2Test.java     [all...]

Completed in 357 milliseconds