HomeSort by relevance Sort by last modified time
    Searched defs:protocol (Results 226 - 250 of 773) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
TelephonyUtil.java 416 public SimAuthRequestData(int networkId, int protocol, String ssid, String[] data) {
418 this.protocol = protocol;
424 public int protocol; field in class:TelephonyUtil.SimAuthRequestData
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
ANQPParserTest.java 204 * @param protocol Network protocol
209 private static byte[] getHSConnectionCapabilityPayload(int protocol, int port, int status) {
211 stream.write((byte) protocol);
471 int protocol = 12; local
476 statusList.add(new ProtocolPortTuple(protocol, port, status));
480 getHSConnectionCapabilityPayload(protocol, port, status));
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 18 package org.apache.harmony.luni.tests.internal.net.www.protocol.http;
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 31 package sun.net.www.protocol.ftp;
85 // It relies on the removed sun.net.www.protocol.http.HttpURLConnection API.
257 // It relies on the removed sun.net.www.protocol.http.HttpURLConnection API.
286 // It relies on the removed sun.net.www.protocol.http.HttpURLConnection API.
313 new GetPropertyAction("ftp.protocol.user",
428 // It relies on the removed sun.net.www.protocol.http.HttpURLConnection API.
546 // It relies on the removed sun.net.www.protocol.http.HttpURLConnection API.
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 263 String protocol = "TLSv1.2"; local
267 createSSLContext(protocol, clientKeyManagers, client.trustManagers);
269 createSSLContext(protocol, serverKeyManagers, server.trustManagers);
317 public static final SSLContext createSSLContext(final String protocol,
322 SSLContext context = SSLContext.getInstance(protocol);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 184 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : im.getProtocol(); local
196 if (protocol != Im.PROTOCOL_CUSTOM) {
198 host = ContactsUtils.lookupProviderNameFromId(protocol);
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
PrimaryCallState.java 17 package com.android.incallui.incall.protocol;
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
Vvm3Protocol.java 17 package com.android.voicemail.impl.protocol;
54 * A flavor of OMTP protocol with a different provisioning process
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ip.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the IP protocol.
100 __u8 protocol; member in struct:iphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if_ppp.h 4 * if_ppp.h - Point-to-Point Protocol definitions.
68 #define PROTO_IPX 0x002b /* protocol numbers */
76 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */
111 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl
  /system/bt/bta/pan/
bta_pan_int.h 148 uint16_t protocol; member in struct:__anon1665
  /system/core/adb/client/
usb_osx.cpp 144 UInt8 if_class, subclass, protocol; local
176 kr = (*iface)->GetInterfaceProtocol(iface, &protocol);
177 if (!is_adb_interface(if_class, subclass, protocol)) {
179 LOG(DEBUG) << "Ignoring interface with incorrect class/subclass/protocol - " << if_class
180 << ", " << subclass << ", " << protocol; local
328 //* subclass+protocol events
351 //* Get interface class, subclass and protocol
355 LOG(ERROR) << "Unable to get interface class, subclass and protocol";
359 //* check to make sure interface class, subclass and protocol match ADB
  /system/netd/server/
MDnsSdListener.cpp 284 const char *interfaceName, uint32_t protocol, const char *hostname) {
285 if (VDBG) ALOGD("getAddrInfo(%d, %s %d, %s)", requestId, interfaceName, protocol, hostname);
296 DNSServiceErrorType result = DNSServiceGetAddrInfo(ref, nativeFlags, interfaceInt, protocol,
506 int protocol = 0; // intelligient heuristic (both v4 + v6) local
507 getAddrInfo(cli, requestId, interfaceName, protocol, hostname);
  /system/nfc/src/nfa/rw/
nfa_rw_act.cc 212 conn_evt_data.ndef_detect.protocol = p_rw_data->ndef.protocol;
275 conn_evt_data.ndef_detect.protocol = p_rw_data->ndef.protocol;
332 conn_evt_data.tlv_detect.protocol = p_rw_data->tlv.protocol;
384 (nfa_rw_cb.protocol == NFC_PROTOCOL_T2T) &&
394 activate_params.protocol = nfa_rw_cb.protocol;
1430 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; local
1465 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; local
1561 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; local
1713 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; local
1839 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; local
1901 tNFC_PROTOCOL protocol = nfa_rw_cb.protocol; local
    [all...]
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar 

Completed in 505 milliseconds

1 2 3 4 5 6 7 8 91011>>