Searched defs:customProtocol (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java384 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle, argument
386 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
390 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle, argument
392 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
396 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle, argument
400 values.put(StatusUpdates.CUSTOM_PROTOCOL, customProtocol);
455 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol, argument
461 values.put(Im.CUSTOM_PROTOCOL, customProtocol);
H A DContactsProvider2Test.java4227 private void assertStatusUpdate(Cursor c, int protocol, String customProtocol, int presence, argument
4231 values.put(StatusUpdates.CUSTOM_PROTOCOL, customProtocol);

Completed in 225 milliseconds