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 43 String customProtocol = builder.getString(Im.CUSTOM_PROTOCOL);
45 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString());
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 439 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
441 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
445 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
447 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
451 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
455 values.put(StatusUpdates.CUSTOM_PROTOCOL, customProtocol);
514 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol,
520 values.put(Im.CUSTOM_PROTOCOL, customProtocol);
    [all...]
ContactsProvider2Test.java     [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 877 public ImData(final int protocol, final String customProtocol, final String address,
880 mCustomProtocol = customProtocol;
    [all...]

Completed in 220 milliseconds