/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
XmlConfigTests.java | 276 // Check that the child inherited the cleartext value and anchors.
|
/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
VpnTests.java | 233 // Because this test uses cleartext HTTP, the network security policy of this app needs to
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 439 "Cleartext traffic not permitted: " + route.getTargetHost()); [all...] |
/frameworks/base/core/java/android/os/ |
StrictMode.java | 280 * Death when cleartext network traffic is detected. 764 * is inadvertently sending cleartext data across the network. 792 * Crashes the whole process when cleartext network traffic is [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
CallTest.java | 886 client.setConnectionSpecs(Arrays.asList(ConnectionSpec.MODERN_TLS, ConnectionSpec.CLEARTEXT)); 907 // Configure the client with only TLS configurations. No cleartext! [all...] |
/frameworks/base/core/res/res/values/ |
attrs_manifest.xml | 425 <!-- Declare that this application may use cleartext traffic, such as HTTP rather than HTTPS; 428 intend to use cleartext network traffic, in which case platform components (e.g. HTTP 430 to use cleartext traffic. Third-party libraries are encouraged to honor this flag as well. [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
MyHandler.h | 153 // want to transmit user/pass in cleartext. 512 // want to transmit user/pass in cleartext. [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
BaseSensorTestActivity.java | 273 protected void clearText() {
|
/external/curl/lib/ |
ldap.c | 235 ldap_ssl ? "encrypted" : "cleartext");
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
OkHttpClient.java | 63 ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS, ConnectionSpec.CLEARTEXT);
|
/hardware/libhardware/include/hardware/ |
keymaster_defs.h | 251 KM_ORIGIN_IMPORTED = 2, /* Imported into keymaster. Existed as cleartext in Android. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
netdb.h | 471 NAME whose cleartext password is PASSWD. In *FD2P the descriptor
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
netdb.h | 473 NAME whose cleartext password is PASSWD. In *FD2P the descriptor
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ftplib.py | 637 # PROT C is issued, the connection must be in cleartext again
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ftplib.py | 637 # PROT C is issued, the connection must be in cleartext again
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 637 # PROT C is issued, the connection must be in cleartext again
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 637 # PROT C is issued, the connection must be in cleartext again
|
/frameworks/base/docs/html/about/versions/nougat/ |
android-7.0.jd | [all...] |
/frameworks/base/docs/html-intl/intl/es/about/versions/nougat/ |
android-7.0.jd | [all...] |
/frameworks/base/docs/html-intl/intl/in/about/versions/nougat/ |
android-7.0.jd | [all...] |
/frameworks/base/media/java/android/media/ |
Cea708CaptionRenderer.java | [all...] |
/external/pdfium/xfa/src/fwl/src/basewidget/ |
fwl_datetimepickerimp.cpp | 654 return m_pEdit->ClearText() == FWL_ERR_Succeeded;
[all...] |
fwl_comboboximp.cpp | 844 return m_pEdit->ClearText() == FWL_ERR_Succeeded;
[all...] |
/external/webrtc/webrtc/p2p/base/ |
dtlstransportchannel_unittest.cc | 311 // less than 10% of the bytes should be equal to the cleartext packet. [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.c | 162 "User credentials sent in cleartext!\n"); [all...] |