OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:customProtocol
(Results
1 - 5
of
5
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIm.java
42
String
customProtocol
= builder.getString(Im.CUSTOM_PROTOCOL);
44
Im.getProtocolLabel(mContext.getResources(), protocol,
customProtocol
).toString());
ContactsProvider2.java
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java
407
protected Uri insertStatusUpdate(int protocol, String
customProtocol
, String handle,
409
return insertStatusUpdate(protocol,
customProtocol
, handle, presence, status, chatMode,
413
protected Uri insertStatusUpdate(int protocol, String
customProtocol
, String handle,
415
return insertStatusUpdate(protocol,
customProtocol
, handle, presence, status, 0, chatMode,
419
protected Uri insertStatusUpdate(int protocol, String
customProtocol
, String handle,
423
values.put(StatusUpdates.CUSTOM_PROTOCOL,
customProtocol
);
482
protected Uri insertImHandle(long rawContactId, int protocol, String
customProtocol
,
488
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 192 milliseconds