Home
last modified time | relevance | path

Searched refs:mResponse (Results 1 – 8 of 8) sorted by relevance

/cts/tests/mediapc/src/android/mediapc/cts/
DKeyRequester.java54 private Post.Response mResponse = null; field in KeyRequester
177 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 …]
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountRemovalDummyActivity.java35 private AccountAuthenticatorResponse mResponse; field in AccountRemovalDummyActivity
41 mResponse = input in onCreate()
46 mResponse.onResult(result); in onCreate()
DMockAccountAuthenticator.java52 AccountAuthenticatorResponse mResponse; field in MockAccountAuthenticator
92 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 …]
/cts/tests/translation/src/android/translation/cts/views/
DVirtualContainerView.java36 private LongSparseArray<ViewTranslationResponse> mResponse; field in VirtualContainerView
59 mResponse = response; in onVirtualViewTranslationResponses()
63 return mResponse; in getViewTranslationResponseForCustomView()
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DQuickAccessWalletClientTest.java217 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 …]
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDataServiceCallbackTest.java97 DataCallResponse mResponse; field in DataServiceCallbackTest
105 mResponse = response; in onSetupDataCallComplete()
159 assertThat(DATA_CALL_RESPONSE).isEqualTo(mResponse); in testOnSetupDataCallComplete()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0953/src/android/security/cts/CVE_2021_0953/
DPocActivity.java54 Field mActions, mResponse, mFldPendingIntent; field in PocActivity
168 mResponse = (Field) mGetDeclaredField.invoke(clSetOnClickResponse, "mResponse"); in onActivityResult()
175 mResponse.setAccessible(true); in onActivityResult()
188 .get((RemoteViews.RemoteResponse) mResponse.get(mObjSetOnClickResponse)); in onActivityResult()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java1292 final InlineSuggestionsResponse mResponse;
1299 mResponse = response;
1369 pendingInlineSuggestions.mResponse.getInlineSuggestions().get(index);