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 409 int presence, String status, int chatMode) {
410 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
415 int presence, String status, int chatMode, boolean isUserProfile) {
416 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
421 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) {
426 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile);
430 long dataId, int presence, String status, long timestamp, int chatMode) {
431 return insertStatusUpdate(dataId, presence, status, timestamp, chatMode, false);
435 long dataId, int presence, String status, long timestamp, int chatMode,
439 return insertStatusUpdate(values, presence, status, timestamp, chatMode, isUserProfile)
    [all...]
ContactsProvider2Test.java     [all...]

Completed in 32 milliseconds