HomeSort by relevance Sort by last modified time
    Searched refs:maybeRemove (Results 1 - 5 of 5) sorted by null

  /external/okhttp/src/main/java/com/squareup/okhttp/
OkResponseCache.java 41 void maybeRemove(String requestMethod, URI uri) throws IOException;
HttpResponseCache.java 156 @Override public void maybeRemove(String requestMethod, URI uri) throws IOException {
157 HttpResponseCache.this.maybeRemove(requestMethod, uri);
234 if (maybeRemove(requestMethod, uri)) {
276 private boolean maybeRemove(String requestMethod, URI uri) {
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
OkResponseCacheAdapter.java 45 @Override public void maybeRemove(String requestMethod, URI uri) throws IOException {
HttpEngine.java 409 responseCache.maybeRemove(connectionToCache.getRequestMethod(), uri);
  /development/samples/Vault/src/com/example/android/vault/
VaultProvider.java 369 if (maybeRemove(children, docId)) {
526 private static boolean maybeRemove(JSONArray array, long value) throws JSONException {

Completed in 42 milliseconds