/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/ |
D | StubAuthenticator.java | 50 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/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/ |
D | SyncAdapterSettingsAuthenticator.java | 53 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/ |
D | TestDefaultAuthenticator.java | 45 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()
|
D | TestAccountAuthenticator.java | 53 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 60 AccountAuthenticatorResponse response, in addAccount() 108 AccountAuthenticatorResponse response, in confirmCredentials() 154 AccountAuthenticatorResponse response, in getAuthToken() 218 AccountAuthenticatorResponse response, in updateCredentials() 263 AccountAuthenticatorResponse response, in hasFeatures() 311 AccountAuthenticatorResponse response, in startAddAccountSession() 359 AccountAuthenticatorResponse response, in startUpdateCredentialsSession()
|
D | TestAuthenticatorActivity.java | 30 AccountAuthenticatorResponse response = intent.getParcelableExtra(Fixtures.KEY_CALLBACK); in onCreate() local
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 53 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/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | AccountAuthenticator.java | 71 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/ |
D | SessionLifecycleTest.java | 186 CannedFillResponse response = new CannedFillResponse.Builder() in testDatasetAuthResponseWhileAutofilledAppIsLifecycled() local 289 CannedFillResponse response = new CannedFillResponse.Builder() in testAuthCanceledWhileAutofilledAppIsLifecycled() local 328 CannedFillResponse response = new CannedFillResponse.Builder() in testDatasetVisibleWhileAutofilledAppIsLifecycled() local 372 CannedFillResponse response = new CannedFillResponse.Builder() in testAutofillNestedActivitiesWhileAutofilledAppIsLifecycled() local 431 final CannedFillResponse response = new CannedFillResponse.Builder() in testDatasetGoesAwayWhenAutofilledAppIsKilled() local 466 final CannedFillResponse response = new CannedFillResponse.Builder() in testSaveRemainsWhenAutofilledAppIsKilled() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | MockAccountAuthenticator.java | 50 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/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/ |
D | TestAuthenticator.java | 59 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 87 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 92 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 98 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 104 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 115 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
D | MockAccountAuthenticator.java | 49 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/tests/telephony/current/src/android/telephony/cts/ |
D | DataCallResponseTest.java | 53 DataCallResponse response = new DataCallResponse.Builder() in testConstructorAndGetters() local 84 DataCallResponse response = new DataCallResponse.Builder() in testEquals() local 119 DataCallResponse response = new DataCallResponse.Builder() in testNotEquals() local 156 DataCallResponse response = new DataCallResponse.Builder() in testParcel() local
|
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/ |
D | Authenticator.java | 100 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/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/ |
D | SyncManagerCtsAuthenticator.java | 104 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/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdAuthenticator.java | 95 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 102 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 107 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 113 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 119 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 130 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
D | StaticAccountAuthenticator.java | 56 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 61 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 68 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 76 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 87 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 93 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | BatteryStatsAuthenticator.java | 96 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 103 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 108 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 114 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 120 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 131 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/ |
D | TestAuthenticator.java | 91 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 97 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 102 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 108 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 114 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 125 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/ |
D | BatterySaverBgServiceTest.java | 117 final Payload response = mRpc.sendRequest(targetPackage, in requestClearIntent() local 127 final Payload response = mRpc.sendRequest(targetPackage, in requestLastIntent() local 156 final Payload response = mRpc.sendRequest(targetPackage, in tryStartTestServiceAndReturnAction() local
|
D | BatterySaverAlarmTest.java | 134 final Payload response = mRpc.sendRequest(targetPackage, in scheduleAlarm() local 149 final Payload response = mRpc.sendRequest(targetPackage, in startService() local 162 final Payload response = mRpc.sendRequest(targetPackage, in stopService() local
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | MockAccountAuthenticator.java | 160 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 177 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 192 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 202 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 224 AccountAuthenticatorResponse response, in getAuthToken() 267 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() 292 public Bundle getAccountRemovalAllowed(AccountAuthenticatorResponse response, in getAccountRemovalAllowed() 316 public Bundle addAccountFromCredentials(final AccountAuthenticatorResponse response, in addAccountFromCredentials() 323 public Bundle getAccountCredentialsForCloning(final AccountAuthenticatorResponse response, in getAccountCredentialsForCloning() 333 public Bundle startAddAccountSession(AccountAuthenticatorResponse response, in startAddAccountSession() [all …]
|
D | AccountAuthenticatorDummyActivity.java | 19 AccountAuthenticatorResponse response = intent.getParcelableExtra(Fixtures.KEY_CALLBACK); in onCreate() local
|
/cts/tests/tests/net/src/android/net/http/cts/ |
D | ApacheHttpClientTest.java | 64 HttpResponse response = httpClient.execute(request); in downloadMultipleFiles() local 78 private void assertDownloadResponse(String message, int expectedNumBytes, HttpResponse response) in assertDownloadResponse()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/ |
D | PowerTestHostLink.java | 164 String response = processClientRequest(clientRequest); in run() local 209 String response = RESPONSE_ERR; in processClientRequest() local 269 String response; in handleSetTestResultCmd() local 312 String response; in handleSensorSwitchCommand() local 386 String response; in switchSensor() local 414 String response = RESPONSE_OK; in switchAllSensors() local
|
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/ |
D | CarrierApiTest.java | 389 String response = mTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in testGetIccAuthentication() local 627 IccOpenLogicalChannelResponse response = mTelephonyManager.iccOpenLogicalChannel("", p2); in testIccOpenLogicalChannelWithValidP2() local 645 IccOpenLogicalChannelResponse response = in testIccOpenLogicalChannelWithInvalidP2() local 702 String response = in testIccTransmitApduLogicalChannel() local 771 String response = in testIccTransmitApduLogicalChannelWithInvalidInputs() local 853 String response = in testApduFileRead() local 883 String response = mTelephonyManager in testIccTransmitApduBasicChannel() local 1124 String response = mTelephonyManager in testIccExchangeSimIO() local 1157 String response = mTelephonyManager.sendEnvelopeWithStatus(envelope); in testSendEnvelopeWithStatus() local 1163 private void verifyValidIccOpenLogicalChannelResponse(IccOpenLogicalChannelResponse response) { in verifyValidIccOpenLogicalChannelResponse() [all …]
|