HomeSort by relevance Sort by last modified time
    Searched defs:isFallback (Results 1 - 24 of 24) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
ConnectionSpecSelector.java 42 private boolean isFallback;
71 "Unable to find acceptable protocols. isFallback=" + isFallback
78 Internal.instance.apply(tlsConfiguration, sslSocket, isFallback);
92 isFallback = true;
  /frameworks/base/core/java/android/webkit/
WebViewProviderInfo.java 32 boolean availableByDefault, boolean isFallback, String[] signatures) {
36 this.isFallback = isFallback;
56 isFallback = (in.readInt() > 0);
70 out.writeInt(isFallback ? 1 : 0);
78 public final boolean isFallback;
  /system/security/keystore/
blob.h 104 bool isFallback() const { return mBlob.flags & KEYSTORE_FLAG_FALLBACK; }
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompactDecimalDataCache.java 129 private boolean isFallback; // Whether or not we are traversing the Latin table as fallback
204 if (isFallback
218 destination.fromFallback = isFallback;
288 sink.isFallback = false;
300 // Set the "isFallback" flag for when we read Latin
301 sink.isFallback = true;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CompactDecimalDataCache.java 128 private boolean isFallback; // Whether or not we are traversing the Latin table as fallback
203 if (isFallback
217 destination.fromFallback = isFallback;
287 sink.isFallback = false;
299 // Set the "isFallback" flag for when we read Latin
300 sink.isFallback = true;
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 544 UBool isFallback; // Whether or not we are traversing the Latin tree as fallback
559 : dataBundle(_dataBundle), isLatin(FALSE), isFallback(FALSE) {}
624 if (isFallback
638 destination->fromFallback = isFallback;
713 sink.isFallback = FALSE;
729 sink.isFallback = TRUE;
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /external/mockito/lib/
byte-buddy-1.6.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 

Completed in 2306 milliseconds