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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIm.java 42 String customProtocol = builder.getString(Im.CUSTOM_PROTOCOL);
44 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString());
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 414 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
416 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
420 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
422 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
426 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
430 values.put(StatusUpdates.CUSTOM_PROTOCOL, customProtocol);
485 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol,
491 values.put(Im.CUSTOM_PROTOCOL, customProtocol);
    [all...]
ContactsProvider2Test.java     [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 878 public ImData(final int protocol, final String customProtocol, final String address,
881 mCustomProtocol = customProtocol;
    [all...]

Completed in 453 milliseconds