/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | SSLSocketFactory.java | 285 final String host, in connectSocket() argument 292 if (host == null) { in connectSocket() 318 remoteAddress = new InetSocketAddress(nameResolver.resolve(host), port); in connectSocket() 320 remoteAddress = new InetSocketAddress(host, port); in connectSocket() 327 hostnameVerifier.verify(host, sslsock); in connectSocket() 379 final String host, in createSocket() argument 385 host, in createSocket() 389 hostnameVerifier.verify(host, sslSocket); in createSocket()
|
D | CertificateRequestor.java | 45 String host = i.getStringExtra(EXTRA_HOST); in onCreate() local 52 host, port, in onCreate()
|
/packages/apps/Browser/src/com/android/browser/ |
D | Performance.java | 60 String host; in tracePageStart() local 63 host = uri.getHost(); in tracePageStart() 65 host = "browser"; in tracePageStart() 67 host = host.replace('.', '_'); in tracePageStart() 68 host += ".trace"; in tracePageStart() 70 Debug.startMethodTracing(host, 20 * 1024 * 1024); in tracePageStart()
|
D | PageDialogsHandler.java | 89 …void showHttpAuthentication(final Tab tab, final HttpAuthHandler handler, String host, String real… in showHttpAuthentication() argument 90 mHttpAuthenticationDialog = new HttpAuthenticationDialog(mContext, host, realm); in showHttpAuthentication() 92 public void onOk(String host, String realm, String username, String password) { in showHttpAuthentication() 93 setHttpAuthUsernamePassword(host, realm, username, password); in showHttpAuthentication() 117 public void setHttpAuthUsernamePassword(String host, String realm, in setHttpAuthUsernamePassword() argument 122 w.setHttpAuthUsernamePassword(host, realm, username, password); in setHttpAuthUsernamePassword()
|
D | HttpAuthenticationDialog.java | 49 public HttpAuthenticationDialog(Context context, String host, String realm) { in HttpAuthenticationDialog() argument 51 mHost = host; in HttpAuthenticationDialog() 157 void onOk(String host, String realm, String username, String password); in onOk() argument
|
D | UrlHandler.java | 316 String host = uri.getHost(); in needsRlzString() local 317 if (host == null) { in needsRlzString() 320 String[] hostComponents = host.split("\\."); in needsRlzString()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | MmsRequest.java | 289 String host = null; in resolveDestination() local 291 host = apn.getProxyAddress(); in resolveDestination() 294 host = uri.getHost(); in resolveDestination() 300 return resolveHostName(netMgr, host, addressTypes); in resolveDestination() 344 private static List<InetAddress> resolveHostName(MmsNetworkManager netMgr, String host, in resolveHostName() argument 349 for (final InetAddress addr : netMgr.getAllByName(host)) { in resolveHostName() 362 throw new MmsHttpException("Failed to resolve " + host in resolveHostName() 367 throw new MmsHttpException("Failed to resolve " + host, e); in resolveHostName()
|
D | MmsNetworkManager.java | 207 public InetAddress[] getAllByName(String host) throws UnknownHostException { in getAllByName() argument 210 return mNetwork.getAllByName(host); in getAllByName()
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | CertInstaller.java | 468 void run(CertInstaller host); in run() argument 479 public void run(CertInstaller host) { in run() argument 484 host.extractPkcs12InBackground(mPassword); in run() 489 public void run(CertInstaller host) { in run() argument 490 host.mNextAction = null; in run() 491 host.installOthers(); in run() 502 public void run(CertInstaller host) { in run() argument 503 host.onExtractionDone(mSuccess); in run()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 501 private final String host; field in BluetoothOppTransfer.SocketConnectThread 516 public SocketConnectThread(String host, int port, int dummy) { in SocketConnectThread() argument 518 this.host = host; in SocketConnectThread() 529 this.host = null; in SocketConnectThread() 540 this.host = null; in SocketConnectThread() 571 s.connect(new InetSocketAddress(host, channel), CONNECT_WAIT_TIMEOUT); in run()
|
/packages/apps/Browser/src/com/android/browser/preferences/ |
D | WebsiteSettingsFragment.java | 310 String host = Uri.parse(entry.getKey()).getHost(); in doInBackground() local 312 if (hosts.containsKey(host)) { in doInBackground() 313 hostSites = (Set<Site>)hosts.get(host); in doInBackground() 316 hosts.put(host, hostSites); in doInBackground() 334 String host = Uri.parse(url).getHost(); in doInBackground() local 335 if (hosts.containsKey(host)) { in doInBackground() 342 Set matchingSites = (Set) hosts.get(host); in doInBackground()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
D | ContactsUtils.java | 153 String host = im.getCustomProtocol(); in getCustomImIntent() local 160 host = ContactsUtils.lookupProviderNameFromId(protocol); in getCustomImIntent() 162 if (TextUtils.isEmpty(host)) { in getCustomImIntent() 165 final String authority = host.toLowerCase(); in getCustomImIntent()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | DataAction.java | 190 String host = im.getCustomProtocol(); in DataAction() local 194 host = ContactsUtils.lookupProviderNameFromId(protocol); in DataAction() 197 if (!TextUtils.isEmpty(host) && !TextUtils.isEmpty(data)) { in DataAction() 198 final String authority = host.toLowerCase(); in DataAction()
|
/packages/apps/Dialer/src/com/android/dialer/widget/ |
D | OverlappingPaneLayout.java | 1275 public void onInitializeAccessibilityNodeInfo(View host, AccessibilityNodeInfoCompat info) { in onInitializeAccessibilityNodeInfo() argument 1277 super.onInitializeAccessibilityNodeInfo(host, superNode); in onInitializeAccessibilityNodeInfo() 1282 info.setSource(host); in onInitializeAccessibilityNodeInfo() 1284 final ViewParent parent = ViewCompat.getParentForAccessibility(host); in onInitializeAccessibilityNodeInfo() 1304 public void onInitializeAccessibilityEvent(View host, AccessibilityEvent event) { in onInitializeAccessibilityEvent() argument 1305 super.onInitializeAccessibilityEvent(host, event); in onInitializeAccessibilityEvent()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DeviceProfile.java | 817 AppsCustomizeTabHost host = (AppsCustomizeTabHost) in layout() local 819 if (host != null) { in layout() 823 pageIndicator = host.findViewById(R.id.apps_customize_page_indicator); in layout() 832 host.findViewById(R.id.apps_customize_pane_content); in layout() 835 host.findViewById(R.id.fake_page_container); in layout() 836 FrameLayout fakePage = (FrameLayout) host.findViewById(R.id.fake_page); in layout()
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | VoiceDialerReceiver.java | 36 String host = intent.getData() != null ? intent.getData().getHost() : null; in onReceive() local 53 else if (TelephonyIntents.SECRET_CODE_ACTION.equals(action) && "8351".equals(host)) { in onReceive() 59 else if (TelephonyIntents.SECRET_CODE_ACTION.equals(action) && "8350".equals(host)) { in onReceive()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
D | ContactsUtils.java | 243 String host = values.getAsString(Im.CUSTOM_PROTOCOL); in buildImIntent() local 247 host = ContactsUtils.lookupProviderNameFromId(protocol); in buildImIntent() 250 if (!TextUtils.isEmpty(host) && !TextUtils.isEmpty(data)) { in buildImIntent() 251 final String authority = host.toLowerCase(); in buildImIntent()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | AdvancedWifiOptionsFlow.java | 358 String host = mProxyHostnamePage.getDataSummary(); in processProxySettings() local 365 result = WifiConfigHelper.validate(host, portStr, exclusionList); in processProxySettings() 370 mIpConfiguration.setHttpProxy(new ProxyInfo(host, port, exclusionList)); in processProxySettings()
|
/packages/apps/Email/src/com/android/email/mail/store/ |
D | ImapConnection.java | 424 String host = mTransport.getHost(); in doSendId() 425 if (host.toLowerCase().endsWith(".secureserver.net")) return; in doSendId() 429 ImapStore.getImapId(mImapStore.getContext(), mImapStore.getUsername(), host, in doSendId()
|
/packages/apps/KeyChain/src/com/android/keychain/ |
D | KeyChainActivity.java | 233 String host = getIntent().getStringExtra(KeyChain.EXTRA_HOST); in displayCertChooserDialog() local 234 if (host != null) { in displayCertChooserDialog() 235 String hostString = host; in displayCertChooserDialog()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
D | EmojiPalettesView.java | 151 private void addTab(final TabHost host, final int categoryId) { in addTab() argument 153 final TabHost.TabSpec tspec = host.newTabSpec(tabId); in addTab() 160 host.addTab(tspec); in addTab()
|
/packages/apps/Browser/tests/src/com/android/browser/ |
D | TestWebViewClient.java | 106 HttpAuthHandler handler, String host, String realm) { in onReceivedHttpAuthRequest() argument 107 mWrappedClient.onReceivedHttpAuthRequest(view, handler, host, realm); in onReceivedHttpAuthRequest()
|
/packages/apps/Email/src/com/android/email/view/ |
D | CertificateSelector.java | 67 public void setHostCallback(HostCallback host) { in setHostCallback() argument 68 mHost = host; in setHostCallback()
|
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
D | AppWidgetManagerCompatVL.java | 86 AppWidgetHost host, int requestCode) { in startConfigActivity() argument 88 host.startAppWidgetConfigureActivityForResult(activity, widgetId, 0, requestCode, null); in startConfigActivity()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
D | VendorPolicyLoader.java | 186 public String getImapIdValues(String userName, String host, String capabilities) { in getImapIdValues() argument 189 params.putString(GET_IMAP_ID_HOST, host); in getImapIdValues()
|