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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java407 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle, argument
409 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
413 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle, argument
415 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
419 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle, argument
423 values.put(StatusUpdates.CUSTOM_PROTOCOL, customProtocol);
482 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol, argument
488 values.put(Im.CUSTOM_PROTOCOL, customProtocol);
H A DContactsProvider2Test.java3186 private void assertStatusUpdate(Cursor c, int protocol, String customProtocol, int presence, argument
3190 values.put(StatusUpdates.CUSTOM_PROTOCOL, customProtocol);

Completed in 68 milliseconds