Searched refs:copyWithDefaults (Results 1 – 4 of 4) sorted by relevance
97 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsWhenDefaultIsAConstant()124 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsWhenDefaultIsGlobal()136 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsCacheIsNull()152 OkHttpClient client = new OkHttpClient().copyWithDefaults(); in copyWithDefaultsDoesNotHonorGlobalResponseCache()173 OkHttpClient a = client.clone().copyWithDefaults(); in cloneSharesStatefulInstances()180 OkHttpClient b = client.clone().copyWithDefaults(); in cloneSharesStatefulInstances()
59 OkHttpClient copy = client.copyWithDefaults(); in open()
49 this.client = client.copyWithDefaults(); in Call()
579 OkHttpClient copyWithDefaults() { in copyWithDefaults() method in OkHttpClient