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

1 23 4 5

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 162 && !connectionSpecs.contains(ConnectionSpec.CLEARTEXT)) {
164 "CLEARTEXT communication not supported: " + connectionSpecs));
  /frameworks/base/core/tests/coretests/src/android/widget/
SuggestionsPopupWindowTest.java 21 import static android.support.test.espresso.action.ViewActions.clearText;
355 .perform(clearText());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MagneticFieldMeasurementTestActivity.java 176 clearText();
  /external/conscrypt/src/main/java/org/conscrypt/
PSKKeyManager.java 49 * <p><em>NOTE: Both the PSK identity hint and the PSK identity are transmitted in cleartext.
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.h 78 virtual void ClearText();
  /frameworks/av/media/libstagefright/
MediaExtractor.cpp 216 // original is the content's cleartext MIME type
  /frameworks/base/core/java/android/security/net/config/
NetworkSecurityConfig.java 167 * <li>Cleartext traffic is permitted.</li>
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
wv_mod_drm_api.h 349 const uint8_t *cleartext,
  /external/okhttp/
CHANGELOG.md 184 * Fix: Throw `UnknownServiceException` if a cleartext connection is attempted
269 ConnectionSpec.MODERN_TLS, ConnectionSpec.CLEARTEXT));
272 To disable cleartext connections, permitting `https` URLs only:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java 232 protected void clearText() {
  /frameworks/base/core/java/android/net/
PskKeyManager.java 49 * <p><em>NOTE: Both the PSK identity hint and the PSK identity are transmitted in cleartext.
  /frameworks/base/core/java/android/widget/
DialerFilter.java 342 public void clearText() {
  /frameworks/base/docs/html/training/testing/ui-testing/
espresso-testing.jd 511 <a href="{@docRoot}reference/android/support/test/espresso/action/ViewActions.html#clearText()">{@code ViewActions.clearText()}</a>:
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 180 // Cleartext network traffic is not permitted -- refuse this connection.
181 throw new IOException("Cleartext traffic not permitted: "
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
CaptionWindowLayout.java 160 clearText();
508 public void clearText() {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 428 // Enforce the cleartext traffic opt-out for the UID. This cannot be enforced earlier
432 "Cleartext traffic not permitted for UID " + mInfo.mUid + ": "
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-cipher-1.7.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-cipher/1.7/
plexus-cipher-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /frameworks/base/docs/html/reference/android/support/test/espresso/action/
ViewActions.html 396 <a href="/reference/android/support/test/espresso/action/ViewActions.html#clearText()">clearText</a>()
1489 <A NAME="clearText()"></A>
1492 <h3 class="api-name">clearText</h3>
1500 <a href="/reference/android/support/test/espresso/ViewAction.html">ViewAction</a> clearText ()</pre>
    [all...]
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 360 * Value for {@link #flags}: {@code true} if the application may use cleartext network traffic
363 * cleartext network traffic, in which case platform components (e.g., HTTP stacks,
364 * {@code DownloadManager}, {@code MediaPlayer}) will refuse app's requests to use cleartext
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
_version200.py 7 cleartext input to prevent repetitions, or other common security improvements.
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java 52 ConnectionSpec.MODERN_TLS, ConnectionSpec.CLEARTEXT);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 57 ConnectionSpec.CLEARTEXT);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 52 FWL_ERR IFWL_Edit::ClearText() {
53 return static_cast<CFWL_EditImp*>(GetImpl())->ClearText();
537 FWL_ERR CFWL_EditImp::ClearText() {
540 m_pEdtEngine->ClearText();
    [all...]

Completed in 926 milliseconds

1 23 4 5