HomeSort by relevance Sort by last modified time
    Searched refs:PROTOCOL (Results 26 - 50 of 53) sorted by null

12 3

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 345 // purposes we're using the protocol to pick labels
350 kind.typeColumn = Im.PROTOCOL;
608 return Im.PROTOCOL;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 384 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
386 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
390 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
392 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
396 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
399 values.put(StatusUpdates.PROTOCOL, protocol);
455 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol,
460 values.put(Im.PROTOCOL, protocol);
1532 int protocol = Im.PROTOCOL_GOOGLE_TALK; local
    [all...]
ContactsProvider2Test.java 728 StatusUpdates.PROTOCOL,
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]