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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java395 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle, argument
397 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
401 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle, argument
403 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
407 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle, argument
411 values.put(StatusUpdates.CUSTOM_PROTOCOL, customProtocol);
466 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol, argument
472 values.put(Im.CUSTOM_PROTOCOL, customProtocol);
H A DContactsProvider2Test.java4799 private void assertStatusUpdate(Cursor c, int protocol, String customProtocol, int presence, argument
4803 values.put(StatusUpdates.CUSTOM_PROTOCOL, customProtocol);

Completed in 121 milliseconds