Searched defs:host (Results 1 - 25 of 135) sorted by relevance

123456

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewRootImpl_Accessor.java23 public static void dispatchApplyInsets(ViewRootImpl viewRoot, View host) { argument
24 viewRoot.dispatchApplyInsets(host);
/frameworks/base/core/java/org/apache/http/conn/scheme/
H A DLayeredSocketFactory.java54 * Returns a socket connected to the given host that is layered over an
59 * @param host the host name/IP
60 * @param port the port on the host
67 * @throws UnknownHostException if the IP address of the host cannot be
72 String host,
70 createSocket( Socket socket, String host, int port, boolean autoClose ) argument
H A DSocketFactory.java76 * Connects a socket to the given host.
82 * @param host the host to connect to
83 * @param port the port to connect to on the host
95 * @throws UnknownHostException if the IP address of the target host
102 String host,
120 * socket to a host in the same intranet ("trusted zone")
100 connectSocket( Socket sock, String host, int port, InetAddress localAddress, int localPort, HttpParams params ) argument
/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DAllowAllHostnameVerifier.java48 final String host,
47 verify( final String host, final String[] cns, final String[] subjectAlts) argument
H A DBrowserCompatHostnameVerifier.java56 final String host,
59 verify(host, cns, subjectAlts, false);
55 verify( final String host, final String[] cns, final String[] subjectAlts) argument
H A DStrictHostnameVerifier.java63 final String host,
66 verify(host, cns, subjectAlts, true);
62 verify( final String host, final String[] cns, final String[] subjectAlts) argument
H A DX509HostnameVerifier.java67 boolean verify(String host, SSLSession session); argument
69 void verify(String host, SSLSocket ssl) throws IOException; argument
71 void verify(String host, X509Certificate cert) throws SSLException; argument
84 * @param host The hostname to verify.
87 void verify(String host, String[] cns, String[] subjectAlts) argument
H A DAbstractVerifier.java92 public final void verify(String host, SSLSocket ssl) argument
94 if(host == null) {
95 throw new NullPointerException("host to verify is null");
101 verify(host, x509);
104 public final boolean verify(String host, SSLSession session) { argument
108 verify(host, x509);
116 public final void verify(String host, X509Certificate cert) argument
120 verify(host, cns, subjectAlts);
123 public final void verify(final String host, final String[] cns, argument
145 String msg = "Certificate for <" + host
[all...]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockAccessibilityDelegate.java37 public void onInitializeAccessibilityEvent(View host, AccessibilityEvent event) { argument
38 super.onInitializeAccessibilityEvent(host, event);
46 public void onPopulateAccessibilityEvent(View host, AccessibilityEvent event) { argument
47 CharSequence text = ((TextView) host).getText();
54 public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfo info) { argument
55 super.onInitializeAccessibilityNodeInfo(host, info);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSFactoryImpl.java48 public QSFactoryImpl(QSTileHost host) { argument
49 mHost = host;
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DTestUtils.java34 public static void assertConnectionFails(SSLContext context, String host, int port) argument
37 Socket s = context.getSocketFactory().createSocket(host, port);
39 fail("Expected connection to " + host + ":" + port + " to fail.");
44 public static void assertConnectionSucceeds(SSLContext context, String host, int port) argument
46 Socket s = context.getSocketFactory().createSocket(host, port);
50 public static void assertUrlConnectionFails(SSLContext context, String host, int port) argument
52 URL url = new URL("https://" + host + ":" + port);
57 fail("Connection to " + host + ":" + port + " expected to fail");
63 public static void assertUrlConnectionSucceeds(SSLContext context, String host, int port) argument
65 URL url = new URL("https://" + host
[all...]
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
H A DAccessibilityRoleDescriptionSupportActivity.java88 public void onInitializeAccessibilityNodeInfo(View host, argument
90 super.onInitializeAccessibilityNodeInfo(host, info);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/accessibility/
H A DAccessibilityRoleDescriptionSupportActivity.java88 public void onInitializeAccessibilityNodeInfo(View host, argument
90 super.onInitializeAccessibilityNodeInfo(host, info);
/frameworks/base/core/java/android/net/http/
H A DX509TrustManagerExtensions.java91 * description of the chain and authType parameters. The final parameter, host, should be the
98 String host) throws CertificateException {
100 return mDelegate.checkServerTrusted(chain, authType, host);
104 authType, host);
97 checkServerTrusted(X509Certificate[] chain, String authType, String host) argument
/frameworks/base/core/java/android/webkit/
H A DWebViewDatabase.java93 * Stores HTTP authentication credentials for a given host and realm to the {@link WebViewDatabase}
114 * @param host the host to which the credentials apply
122 public abstract void setHttpAuthUsernamePassword(String host, String realm, argument
126 * Retrieves HTTP authentication credentials for a given host and realm from the {@link
129 * @param host the host to which the credentials apply
138 public abstract String[] getHttpAuthUsernamePassword(String host, String realm); argument
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerViewAccessibilityDelegate.java43 public boolean performAccessibilityAction(View host, int action, Bundle args) { argument
44 if (super.performAccessibilityAction(host, action, args)) {
55 public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfo info) { argument
56 super.onInitializeAccessibilityNodeInfo(host, info);
64 public void onInitializeAccessibilityEvent(View host, AccessibilityEvent event) { argument
65 super.onInitializeAccessibilityEvent(host, event);
67 if (host instanceof RecyclerView && !shouldIgnore()) {
68 RecyclerView rv = (RecyclerView) host;
86 public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfo info) {
87 super.onInitializeAccessibilityNodeInfo(host, inf
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeFactory.java41 DozeHost host = getHost(dozeService);
52 createDozeTriggers(context, sensorManager, host, config, params, handler, wakeLock,
54 createDozeUi(context, host, wakeLock, machine, handler, alarmManager),
61 DozeHost host, AmbientDisplayConfiguration config, DozeParameters params,
64 return new DozeTriggers(context, machine, host, config, params,
68 private DozeMachine.Part createDozeUi(Context context, DozeHost host, WakeLock wakeLock, argument
70 return new DozeUi(context, alarmManager, machine, wakeLock, host, handler);
60 createDozeTriggers(Context context, SensorManager sensorManager, DozeHost host, AmbientDisplayConfiguration config, DozeParameters params, Handler handler, WakeLock wakeLock, DozeMachine machine) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java43 public AutoTileManager(Context context, QSTileHost host) { argument
45 mHost = host;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileServicesTest.java57 QSTileHost host = new QSTileHost(mContext, null,
59 mTileService = new TestTileServices(host, Looper.getMainLooper());
126 public TestTileServices(QSTileHost host, Looper looper) { argument
127 super(host, looper);
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
H A DPacNative.java36 private native String makeProxyRequestNativeLocked(String url, String host); argument
74 public synchronized String makeProxyRequest(String url, String host) { argument
75 String ret = makeProxyRequestNativeLocked(url, host);
H A DPacService.java73 public String resolvePacFile(String host, String url) throws RemoteException { argument
75 if (host == null) {
76 throw new IllegalArgumentException("The host must not be null");
83 for (char c : host.toCharArray()) {
85 throw new IllegalArgumentException("Invalid host was passed");
88 return mPacNative.makeProxyRequest(url, host);
/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityTrustManager.java112 String host) throws CertificateException {
113 List<X509Certificate> trustedChain = mDelegate.checkServerTrusted(certs, authType, host);
111 checkServerTrusted(X509Certificate[] certs, String authType, String host) argument
/frameworks/base/core/java/android/view/
H A DInputFilter.java128 * @param host The input filter host environment.
130 public final void install(IInputFilterHost host) { argument
131 mH.obtainMessage(MSG_INSTALL, host).sendToTarget();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java49 public AirplaneModeTile(QSHost host) { argument
50 super(host);
H A DColorInversionTile.java46 public ColorInversionTile(QSHost host) { argument
47 super(host);

Completed in 4763 milliseconds

123456