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

1 2 3

  /external/ipsec-tools/src/libipsec/
policy_parse.h 48 PROTOCOL = 264,
67 #define PROTOCOL 264
policy_parse.y 56 * protocol/mode/src-dst/level
57 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default
58 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default
59 * protocol/transport parsed as protocol/mode/any-any/default
60 * protocol/transport//level parsed as protocol/mode/any-any/level
142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS POR
    [all...]
  /external/openssh/contrib/cygwin/
Makefile 43 $(INSTALL) -m 644 $(srcdir)/PROTOCOL $(DESTDIR)$(sshdocdir)/PROTOCOL
44 $(INSTALL) -m 644 $(srcdir)/PROTOCOL.agent $(DESTDIR)$(sshdocdir)/PROTOCOL.agent
45 $(INSTALL) -m 644 $(srcdir)/PROTOCOL.certkeys $(DESTDIR)$(sshdocdir)/PROTOCOL.certkeys
46 $(INSTALL) -m 644 $(srcdir)/PROTOCOL.mux $(DESTDIR)$(sshdocdir)/PROTOCOL.mux
  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailFragmentTests.java 42 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
58 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
76 values.put(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK);
96 values.put(Im.PROTOCOL, Im.PROTOCOL_CUSTOM);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIm.java 42 int protocol = builder.getInt(Im.PROTOCOL); local
45 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString()); local
LegacyApiSupport.java 174 "(CASE WHEN " + StatusUpdates.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
176 + " ELSE 'pre:'||" + StatusUpdates.PROTOCOL
181 + " THEN (CASE WHEN " + Tables.DATA + "." + Im.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
183 + " ELSE 'pre:'||" + Tables.DATA + "." + Im.PROTOCOL
1451 String protocol = values.getAsString(ContactMethods.DATA); local
    [all...]
  /external/openssl/apps/
s_apps.h 149 #define PROTOCOL "tcp"
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 55 Sms.ADDRESS, Sms.PROTOCOL };
194 values.put(Inbox.PROTOCOL, sms.getProtocolIdentifier());
214 String selection = Sms.ADDRESS + " = ? AND " + Sms.PROTOCOL + " = ?";
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_StatusUpdatesTest.java 58 .withValue(Im.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK)
109 .withValue(StatusUpdates.PROTOCOL, Im.PROTOCOL_GOOGLE_TALK)
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 145 "protocol TEXT," +
220 " ADD COLUMN protocol TEXT DEFAULT IP;");
289 String protocol = parser.getAttributeValue(null, "protocol"); local
290 if (protocol != null) {
291 map.put(Telephony.Carriers.PROTOCOL, protocol);
343 if (row.containsKey(Telephony.Carriers.PROTOCOL) == false) {
344 row.put(Telephony.Carriers.PROTOCOL, "IP");
538 if (!values.containsKey(Telephony.Carriers.PROTOCOL)) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 168 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : local
169 entryValues.getAsInteger(Im.PROTOCOL);
181 if (protocol != Im.PROTOCOL_CUSTOM) {
183 host = ContactsUtils.lookupProviderNameFromId(protocol);
240 final String protocol = entryValues.getAsString(Im.PROTOCOL); local
241 if (protocol == null) {
245 Integer.valueOf(protocol);
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiverService.java 417 Sms.PROTOCOL
447 * message's originating address and protocol identifier. If
479 Sms.PROTOCOL + " = ?";
606 values.put(Inbox.PROTOCOL, sms.getProtocolIdentifier());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 77 RECORD_ID, HostAuthColumns.PROTOCOL, HostAuthColumns.ADDRESS, HostAuthColumns.PORT,
107 public static String getSchemeString(String protocol, int flags) {
108 return getSchemeString(protocol, flags, null);
115 public static String getSchemeString(String protocol, int flags, String clientAlias) {
143 return protocol + security;
186 values.put(HostAuthColumns.PROTOCOL, mProtocol);
241 public void setConnection(String protocol, String address, int port, int flags) {
242 setConnection(protocol, address, port, flags, null);
247 * @param protocol the mail protocol to use (e.g. "eas", "imap")
425 String protocol = schemeParts[0]; local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 200 * ProviderNames from the predefined IM protocol id.
203 * @param protocol the protocol ID
204 * @return the provider name the IM app uses for the given protocol, or null if no
205 * provider is defined for the given protocol
208 public static String lookupProviderNameFromId(int protocol) {
209 switch (protocol) {
232 * {@link Email} row. Returns null when missing protocol or data.
241 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : values.getAsInteger(Im.PROTOCOL); local
    [all...]
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 150 values.put(Inbox.PROTOCOL, 0);
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java     [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 367 + HostAuthColumns.PROTOCOL + " text, "
1041 String protocol = hostAuthCursor.getString(V21_HOSTAUTH_PROTOCOL); local
1137 String protocol = hostAuthCursor.getString(V25_HOSTAUTH_PROTOCOL); local
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java 145 * The protocol identifier code
148 public static final String PROTOCOL = "protocol";
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 114 Telephony.Carriers.PROTOCOL, // 16
321 * raw value of the protocol preference (e.g., "IPV4V6"). If unknown,
324 private String protocolDescription(String raw, ListPreference protocol) {
325 int protocolIndex = protocol.findIndexOfValue(raw);
365 String protocol = protocolDescription((String) newValue, mProtocol); local
366 if (protocol == null) {
369 mProtocol.setSummary(protocol);
372 String protocol = protocolDescription((String) newValue, mRoamingProtocol); local
373 if (protocol == null) {
376 mRoamingProtocol.setSummary(protocol);
    [all...]
  /external/iproute2/tc/
em_meta.c 66 __A(PROTOCOL, "protocol", "i",
67 "Link layer protocol"),
99 __A(SK_PROTO, "sk_proto", "i", "Protocol"),
  /external/openssh/contrib/suse/
openssh.spec 14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
197 %doc ChangeLog OVERVIEW README* PROTOCOL*
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 319 // purposes we're using the protocol to pick labels
324 kind.typeColumn = Im.PROTOCOL;
643 return Im.PROTOCOL;
ExchangeSource.java 219 // purposes we're using the protocol to pick labels
224 kind.typeColumn = Im.PROTOCOL;
  /external/openssh/contrib/caldera/
openssh.spec 70 Summary : OpenSSH Secure Shell protocol server (sshd).
71 Summary(de) : OpenSSH Secure Shell Protocol-Server (sshd).
253 cp -a CREDITS ChangeLog LICENCE OVERVIEW README* TODO PROTOCOL* $DocD

Completed in 495 milliseconds

1 2 3