Searched refs:customProtocol (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForIm.java43 String customProtocol = builder.getString(Im.CUSTOM_PROTOCOL);
45 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString());
H A DContactsProvider2.java3185 String customProtocol = null;
3191 customProtocol = inputValues.getAsString(StatusUpdates.CUSTOM_PROTOCOL);
3192 if (TextUtils.isEmpty(customProtocol)) {
3238 if (customProtocol != null) {
3240 mSelectionArgs.add(customProtocol);
3251 if (customProtocol != null) {
3253 mSelectionArgs.add(customProtocol);
3287 if (customProtocol == null) {
3290 customProtocol = "";
3298 values.put(StatusUpdates.CUSTOM_PROTOCOL, customProtocol);
[all...]
/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 153 milliseconds