Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 122) sorted by relevance

12345

/cts/tests/appsearch/src/com/android/cts/appsearch/functions/
DAppFunctionManagerCtsTest.java114 AppSearchResult<ExecuteAppFunctionResponse> response = executeAppFunctionAndWait(request); in executeAppFunction_failed_noSuchMethod() local
139 AppSearchResult<ExecuteAppFunctionResponse> response = in executeAppFunction_onlyInvokeCallbackOnce() local
164 AppSearchResult<ExecuteAppFunctionResponse> response = executeAppFunctionAndWait(request); in executeAppFunction_success() local
179 AppSearchResult<ExecuteAppFunctionResponse> response = executeAppFunctionAndWait(request); in executeAppFunction_otherNonExistingOtherPackage() local
196 AppSearchResult<ExecuteAppFunctionResponse> response = executeAppFunctionAndWait(request); in executeAppFunction_otherExistingTargetPackage() local
215 AppSearchResult<ExecuteAppFunctionResponse> response = executeAppFunctionAndWait(request); in executeAppFunction_startActivity() local
230 AppSearchResult<ExecuteAppFunctionResponse> response = executeAppFunctionAndWait(request); in executeAppFunction_throwsException() local
244 AppSearchResult<ExecuteAppFunctionResponse> response = executeAppFunctionAndWait(request); in executeAppFunction_onRemoteProcessKilled() local
260 AppSearchResult<ExecuteAppFunctionResponse> response = executeAppFunctionAndWait(request); in executeAppFunction_timedOut() local
280 AppSearchResult<ExecuteAppFunctionResponse> response = executeAppFunctionAndWait(request); in executeAppFunction_success_async() local
[all …]
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DLauncherAppsEnumerationTests.java103 final Bundle response = result.await(); in callback_added_notVisibleNotReceives() local
116 final Bundle response = result.await(); in callback_added_visibleReceives() local
131 final Bundle response = result.await(); in callback_removed_notVisibleNotReceives() local
144 final Bundle response = result.await(); in callback_removed_visibleReceives() local
158 final Bundle response = result.await(); in callback_changed_notVisibleNotReceives() local
170 final Bundle response = result.await(); in callback_changed_visibleReceives() local
185 final Bundle response = result.await(); in callback_suspended_notVisibleNotReceives() local
201 final Bundle response = result.await(); in callback_suspended_visibleReceives() local
218 final Bundle response = result.await(); in callback_unsuspended_notVisibleNotReceives() local
232 final Bundle response = result.await(); in callback_unsuspended_visibleReceives() local
[all …]
/cts/tests/translation/src/android/translation/cts/unittests/
DTranslationResponseTest.java55 final TranslationResponse response = in testBuilder_validViewTranslationResponse() local
73 final TranslationResponse response = in testBuilder_errorViewTranslationResponse() local
96 final TranslationResponse response = in testBuilder_validTranslationResponseValue() local
113 final TranslationResponse response = in testParceledResponse_validTranslationResponseValues() local
143 final TranslationResponse response = in testBuilder_mixingAdders() local
171 final TranslationResponse response = in testBuilder_mixingSetters() local
194 final TranslationResponse response = in testParceledResponse_validViewTranslationResponses() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDataCallResponseTest.java95 DataCallResponse response = new DataCallResponse.Builder() in testConstructorAndGetters() local
134 DataCallResponse response = new DataCallResponse.Builder() in testEquals() local
177 DataCallResponse response = new DataCallResponse.Builder() in testNotEquals() local
222 DataCallResponse response = new DataCallResponse.Builder() in testParcel() local
253 DataCallResponse response = new DataCallResponse.Builder() in testConstructorAndGettersForNetworkValidation() local
295 DataCallResponse response = new DataCallResponse.Builder() in testEqualsForNetworkValidation() local
341 DataCallResponse response = new DataCallResponse.Builder() in testNotEqualsForNetworkValidation() local
389 DataCallResponse response = new DataCallResponse.Builder() in testParcelForNetworkValidation() local
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DStubAuthenticator.java50 public Bundle editProperties(AccountAuthenticatorResponse response, in editProperties()
56 public Bundle addAccount(AccountAuthenticatorResponse response, in addAccount()
66 public Bundle confirmCredentials(AccountAuthenticatorResponse response, in confirmCredentials()
72 public Bundle getAuthToken(AccountAuthenticatorResponse response, in getAuthToken()
83 public Bundle updateCredentials(AccountAuthenticatorResponse response, in updateCredentials()
90 public Bundle hasFeatures(AccountAuthenticatorResponse response, in hasFeatures()
96 public Bundle getAccountRemovalAllowed(AccountAuthenticatorResponse response, in getAccountRemovalAllowed()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/stub-app/src/android/security/cts/CVE_2021_0704_stub/
DStubAuthenticator.java49 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
68 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
74 public Bundle getAccountRemovalAllowed(AccountAuthenticatorResponse response, in getAccountRemovalAllowed()
80 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
85 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
96 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
102 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/
DMockAuthenticatorService.java48 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
53 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
60 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
66 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
77 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
83 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20944/test-app/src/android/security/cts/CVE_2023_20944_test/
DPocAuthService.java41 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
52 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
57 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
63 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
74 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
80 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/
DPocAuthService.java40 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
51 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
56 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
62 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
73 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
79 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsAuthenticator.java53 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
60 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
65 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
71 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
77 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestDefaultAuthenticator.java45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
52 AccountAuthenticatorResponse response, in addAccount()
79 AccountAuthenticatorResponse response, in confirmCredentials()
88 AccountAuthenticatorResponse response, in getAuthToken()
104 AccountAuthenticatorResponse response, in updateCredentials()
121 AccountAuthenticatorResponse response, in hasFeatures()
/cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithLaunchableActivity/src/com/android/cts/launchable/cloneprofile/contacts/app/
DTestAccountAuthenticator.java44 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
49 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
56 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
64 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
75 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
81 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2020-0338/src/android/security/cts/CVE_2020_0338/
DPocAuthenticator.java50 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
55 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
72 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
78 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
89 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
95 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java53 public Bundle editProperties(AccountAuthenticatorResponse response, in editProperties()
59 public Bundle addAccount(AccountAuthenticatorResponse response, in addAccount()
78 public Bundle confirmCredentials(AccountAuthenticatorResponse response, in confirmCredentials()
84 public Bundle getAuthToken(AccountAuthenticatorResponse response, in getAuthToken()
98 public Bundle updateCredentials(AccountAuthenticatorResponse response, in updateCredentials()
105 public Bundle hasFeatures(AccountAuthenticatorResponse response, in hasFeatures()
111 public Bundle getAccountRemovalAllowed(AccountAuthenticatorResponse response, in getAccountRemovalAllowed()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35669/test-app/src/android/security/cts/CVE_2023_35669_test/
DPocAuthService.java67 AccountAuthenticatorResponse response, Account account) in getAccountRemovalAllowed()
123 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
129 AccountAuthenticatorResponse response, in addAccount()
140 AccountAuthenticatorResponse response, Account account, Bundle options) in confirmCredentials()
147 AccountAuthenticatorResponse response, in getAuthToken()
162 AccountAuthenticatorResponse response, in updateCredentials()
172 AccountAuthenticatorResponse response, Account account, String[] features) in hasFeatures()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java71 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
78 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
83 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
89 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
98 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
109 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
118 …public Bundle getAccountCredentialsForCloning(AccountAuthenticatorResponse response, Account accou… in getAccountCredentialsForCloning()
128 public Bundle addAccountFromCredentials(AccountAuthenticatorResponse response, Account account, in addAccountFromCredentials()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSessionLifecycleTest.java200 CannedFillResponse response = new CannedFillResponse.Builder() in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local
303 CannedFillResponse response = new CannedFillResponse.Builder() in testAuthCanceledWhileAutofilledAppIsLifecycled() local
353 CannedFillResponse response = new CannedFillResponse.Builder() in testDatasetVisibleWhileAutofilledAppIsLifecycled() local
409 CannedFillResponse response = new CannedFillResponse.Builder() in testAutofillNestedActivitiesWhileAutofilledAppIsLifecycled() local
492 final CannedFillResponse response = new CannedFillResponse.Builder() in testDatasetGoesAwayWhenAutofilledAppIsKilled() local
527 final CannedFillResponse response = new CannedFillResponse.Builder() in testSaveRemainsWhenAutofilledAppIsKilled() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21131/test-app/src/android/security/cts/CVE_2023_21131_test/
DPocAuthService.java67 AccountAuthenticatorResponse response, Account account) in getAccountRemovalAllowed()
125 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
131 AccountAuthenticatorResponse response, in addAccount()
142 AccountAuthenticatorResponse response, Account account, Bundle options) in confirmCredentials()
149 AccountAuthenticatorResponse response, in getAuthToken()
164 AccountAuthenticatorResponse response, in updateCredentials()
174 AccountAuthenticatorResponse response, Account account, String[] features) in hasFeatures()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0921/src/android/security/cts/CVE_2021_0921/
DAuthenticator.java89 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
94 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
100 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
144 …public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, Bundle op… in confirmCredentials()
149 …public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, String aut… in updateCredentials()
154 …public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, String[] feature… in hasFeatures()
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java50 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
57 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
68 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
77 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DMockAccountAuthenticator.java49 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
56 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
61 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
67 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
76 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
87 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DClearApplicationDataTest.java82 ClearApplicationUserDataResponse response = callback.await(); in clearApplicationUserData_calledByProfileOwner_testPackage_isCleared() local
102 ClearApplicationUserDataResponse response = callback.await(); in clearApplicationUserData_calledByDeviceOwner_testPackage_isCleared() local
121 ClearApplicationUserDataResponse response = callback.await(); in clearApplicationUserData_calledByProfileOwner_activeAdmin_isNotCleared() local
140 ClearApplicationUserDataResponse response = callback.await(); in clearApplicationUserData_calledByDeviceOwner_activeAdmin_isNotCleared() local
160 ClearApplicationUserDataResponse response = callback.await(); in clearApplicationUserData_calledByProfileOwner_deviceProvisioning_isNotCleared() local
179 ClearApplicationUserDataResponse response = callback.await(); in clearApplicationUserData_calledByDeviceOwner_deviceProvisioning_isNotCleared() local
190 ClearApplicationUserDataResponse response = new ClearApplicationUserDataResponse( in onApplicationUserDataCleared() local
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsAuthenticator.java104 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
111 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
116 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
122 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
128 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
139 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
DAuthenticator.java100 public Bundle editProperties(AccountAuthenticatorResponse response, in editProperties()
106 public Bundle getAuthToken(AccountAuthenticatorResponse response, in getAuthToken()
112 public Bundle addAccount(AccountAuthenticatorResponse response, in addAccount()
164 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
169 public Bundle updateCredentials(AccountAuthenticatorResponse response, in updateCredentials()
176 AccountAuthenticatorResponse response, Account account, String[] features) in hasFeatures()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21124/test-app/src/android/security/cts/CVE_2023_21124_test/
DPocAuthService.java54 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
60 AccountAuthenticatorResponse response, in addAccount()
144 AccountAuthenticatorResponse response, Account account, Bundle options) in confirmCredentials()
151 AccountAuthenticatorResponse response, in getAuthToken()
166 AccountAuthenticatorResponse response, in updateCredentials()
176 AccountAuthenticatorResponse response, Account account, String[] features) in hasFeatures()

12345