HomeSort by relevance Sort by last modified time
    Searched refs:PROTOCOL (Results 26 - 50 of 52) sorted by null

12 3

  /packages/apps/Contacts/src/com/android/contacts/model/
BaseAccountType.java 343 // purposes we're using the protocol to pick labels
348 kind.typeColumn = Im.PROTOCOL;
653 return Im.PROTOCOL;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 439 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
441 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, chatMode,
445 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
447 return insertStatusUpdate(protocol, customProtocol, handle, presence, status, 0, chatMode,
451 protected Uri insertStatusUpdate(int protocol, String customProtocol, String handle,
454 values.put(StatusUpdates.PROTOCOL, protocol);
514 protected Uri insertImHandle(long rawContactId, int protocol, String customProtocol,
519 values.put(Im.PROTOCOL, protocol);
1556 int protocol = Im.PROTOCOL_GOOGLE_TALK; local
    [all...]
ContactsProvider2Test.java 675 StatusUpdates.PROTOCOL,
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 61 * Custom IM protocol used when storing status messages.
202 // client-server sync protocol. We're not using it in this example,
586 values.put(StatusUpdates.PROTOCOL, Im.PROTOCOL_CUSTOM);
    [all...]
  /external/openssh/contrib/redhat/
openssh.spec 67 Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
338 %doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* PROTOCOL* TODO WARNING*
512 - pull cvs patch to fix remote port forwarding with protocol 2
611 - Patch sftp to recognize '-o protocol' arguments. (#29540)
615 - Add a trigger to add host keys for protocol 2 to the config file, now that
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 990 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : values.getAsInteger(Im.PROTOCOL); local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 267 // Protocol code can be expected to use this column in determining whether a message can be
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 283 + " and " + HostAuthColumns.PROTOCOL + " not like \"smtp\"";
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 2993 final Integer protocol = values.getAsInteger(StatusUpdates.PROTOCOL); local
    [all...]
ContactsDatabaseHelper.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java     [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
VCardEntry.java 877 public ImData(final int protocol, final String customProtocol, final String address,
879 mProtocol = protocol;
2353 final int protocol = sImMap.get(propertyName); local
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 157 private static final String WHERE_PROTOCOL_EAS = HostAuthColumns.PROTOCOL + "=\"" +
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardImporterTests.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 1120 milliseconds

12 3