HomeSort by relevance Sort by last modified time
    Searched full:cleartext (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /frameworks/base/core/java/android/security/net/config/
ApplicationConfig.java 125 * Returns {@code true} if cleartext traffic is permitted for this application, which is the
126 * case only if all configurations permit cleartext traffic. For finer-grained policy use
143 * Returns {@code true} if cleartext traffic is permitted for this application when connecting
  /frameworks/base/docs/html-intl/intl/zh-cn/training/articles/
security-config.jd 21 <li><a href="#UsesCleartextTraffic">???? Cleartext Traffic</a></li>
52 <b>Cleartext traffic ?????</b>???????? cleartext traffic?
241 <h2 id="UsesCleartextTraffic">???? Cleartext Traffic</h2>
244 ??????????????????????????????? cleartext?????? HTTP ???? HTTPS????
338 example.com} ????????????? CA ????????????? cleartext traffic???? {@code
  /system/netd/server/
StrictController.cpp 75 // Chain triggered when cleartext socket detected and penalty is log
79 // Chain triggered when cleartext socket detected and penalty is reject
118 // which means we've probably found cleartext data. The TCP variant
  /bootable/recovery/
wear_ui.h 121 void ClearText();
screen_ui.h 154 void ClearText();
wear_ui.cpp 505 ClearText();
536 ClearText();
573 void WearRecoveryUI::ClearText() {
screen_ui.cpp 656 void ScreenRecoveryUI::ClearText() {
670 ClearText();
701 ClearText();
731 ClearText();
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.et 54 ec KADM_PW_MISMATCH, "Cleartext password and DES key did not match"
heimdal2.c 44 N_("Cleartext password and DES key did not match"),
  /external/pdfium/xfa/src/fwl/src/lightwidget/
edit.cpp 47 FWL_ERR CFWL_Edit::ClearText() {
50 return static_cast<IFWL_Edit*>(m_pIface)->ClearText();
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadProviderFunctionalTest.java 109 // Assert that HTTP request succeeds when cleartext traffic is permitted
114 // Assert that HTTP request fails when cleartext traffic is not permitted
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
SensorPowerTestActivity.java 81 clearText();
SensorSynchronizationTestActivity.java 140 clearText();
RVCVXCheckTestActivity.java 110 clearText();
239 clearText();
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_edit.h 125 FWL_ERR ClearText();
  /hardware/ti/omap4-aah/security/tf_sdk/include/
wvdrm_protocol.h 65 * - either in cleartext if param #2 is NONE
  /external/droiddriver/src/io/appium/droiddriver/base/
BaseUiElement.java 213 clearText();
223 private void clearText() {
  /frameworks/base/docs/html/training/articles/
security-config.jd 22 <li><a href="#CleartextTrafficPermitted">Opting Out of Cleartext Traffic</a></li>
52 <b>Cleartext traffic opt-out:</b> Protect apps from
53 accidental usage of cleartext traffic.
241 <h2 id="CleartextTrafficPermitted">Opting Out of Cleartext Traffic</h2>
245 connections can opt-out of supporting cleartext (using the unencrypted HTTP
339 example.com} must use a custom set of CAs. Additonally, cleartext traffic to
  /frameworks/base/docs/html-intl/intl/in/training/articles/
security-config.jd 21 <li><a href="#UsesCleartextTraffic">Berhenti dari Lalu Lintas Cleartext</a></li>
52 <b>Berhenti dari lalu lintas cleartext:</b> Melindungi aplikasi dari
53 penggunaan lalu lintas cleartext secara tidak sengaja.
241 <h2 id="UsesCleartextTraffic">Berhenti dari Lalu Lintas Cleartext</h2>
245 aman dapat memilih keluar dari dukungan cleartext (menggunakan protokol
338 example.com} harus menggunakan set CA khusus. Selain itu, lalu lintas cleartext ke
  /frameworks/base/docs/html/guide/topics/manifest/
application-element.jd 481 <dd>Indicates whether the app intends to use cleartext network traffic, such as cleartext HTTP.
486 app's requests to use cleartext traffic. Third-party libraries are strongly encouraged to honor this
487 setting as well. The key reason for avoiding cleartext traffic is the lack of confidentiality,
491 <p>This flag is honored on a best effort basis because it's impossible to prevent all cleartext
494 determine whether its traffic is in cleartext. However, most network traffic from applications is
501 <p>During app development, StrictMode can be used to identify any cleartext traffic from the app: see
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
PinDialogFragment.java 534 clearText();
572 clearText();
577 private void clearText() {
  /frameworks/base/docs/html-intl/intl/es/training/articles/
security-config.jd 21 <li><a href="#UsesCleartextTraffic">Desactivar el tráfico de Cleartext</a></li>
52 <b>Desactivación del tráfico de Cleartext:</b> proteger a las aplicaciones del
53 uso accidental de tráfico de Cleartext.
241 <h2 id="UsesCleartextTraffic">Desactivar el tráfico de Cleartext</h2>
245 seguras pueden desactivar Cleartext (usando el protocolo
338 example.com} deben usar un conjunto personalizado de CA. Además, el tráfico de Cleartext a
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h 198 virtual void ClearText() = 0;
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h 44 virtual FWL_ERR ClearText();
  /libcore/ojluni/src/main/java/java/util/logging/
SocketHandler.java 156 throw new IOException("Cleartext traffic not permitted");

Completed in 1400 milliseconds

12 3 4 5