Searched refs:mResponse (Results 1 – 8 of 8) sorted by relevance
54 private Post.Response mResponse = null; field in KeyRequester177 mResponse = post.send(); in sendRequest()178 Log.d(TAG, "RESPONSE_CODE: " + Integer.toString(mResponse.code)); in sendRequest()179 logLicensingResponse(mResponse); in sendRequest()181 if (mResponse.code != 200) { in sendRequest()183 mResponse.code, in sendRequest()184 "Server returned HTTP error code " + mResponse.code, in sendRequest()185 mResponse.body); in sendRequest()188 if (mResponse.body == null) { in sendRequest()190 mResponse.code, "No response from license service!", null); in sendRequest()[all …]
35 private AccountAuthenticatorResponse mResponse; field in AccountRemovalDummyActivity41 mResponse = input in onCreate()46 mResponse.onResult(result); in onCreate()
52 AccountAuthenticatorResponse mResponse; field in MockAccountAuthenticator92 return mResponse; in getResponse()120 mResponse = null; in clearData()164 this.mResponse = response; in addAccount()180 this.mResponse = response; in updateCredentials()194 this.mResponse = response; in editProperties()205 this.mResponse = response; in confirmCredentials()231 this.mResponse = response; in getAuthToken()271 this.mResponse = response; in hasFeatures()340 this.mResponse = response; in startAddAccountSession()[all …]
36 private LongSparseArray<ViewTranslationResponse> mResponse; field in VirtualContainerView59 mResponse = response; in onVirtualViewTranslationResponses()63 return mResponse; in getViewTranslationResponseForCustomView()
217 assertThat(callback.mResponse).isNotNull(); in testGetWalletCards_success()218 assertThat(callback.mResponse.getWalletCards()).hasSize(1); in testGetWalletCards_success()233 assertThat(callback.mResponse).isNull(); in testGetWalletCards_failsIfNoServiceAvailable()250 assertThat(callback.mResponse).isNull(); in testGetWalletCards_failsIfServiceDoesNotRequirePermission()334 assertThat(callback.mResponse).isNotNull(); in testGetWalletCards_zeroCards_isAllowed()395 assertThat(callback.mResponse).isNotNull(); in testGetWalletCards_locationFeatureEnabled_includesLocations()396 assertThat(callback.mResponse.getWalletCards()).hasSize(1); in testGetWalletCards_locationFeatureEnabled_includesLocations()397 assertThat(callback.mResponse.getWalletCards().get(0).getCardLocations()).hasSize(1); in testGetWalletCards_locationFeatureEnabled_includesLocations()417 assertThat(callback.mResponse).isNotNull(); in testGetWalletCards_locationFeatureDisabled_excludesLocations()418 assertThat(callback.mResponse.getWalletCards()).hasSize(1); in testGetWalletCards_locationFeatureDisabled_excludesLocations()[all …]
97 DataCallResponse mResponse; field in DataServiceCallbackTest105 mResponse = response; in onSetupDataCallComplete()159 assertThat(DATA_CALL_RESPONSE).isEqualTo(mResponse); in testOnSetupDataCallComplete()
54 Field mActions, mResponse, mFldPendingIntent; field in PocActivity168 mResponse = (Field) mGetDeclaredField.invoke(clSetOnClickResponse, "mResponse"); in onActivityResult()175 mResponse.setAccessible(true); in onActivityResult()188 .get((RemoteViews.RemoteResponse) mResponse.get(mObjSetOnClickResponse)); in onActivityResult()
1292 final InlineSuggestionsResponse mResponse;1299 mResponse = response;1369 pendingInlineSuggestions.mResponse.getInlineSuggestions().get(index);