Home
last modified time | relevance | path

Searched refs:ERROR_MESSAGE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType1Authenticator.java99 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in addAccount()
138 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in confirmCredentials()
188 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in getAuthToken()
231 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in updateCredentials()
437 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in isCredentialsUpdateSuggested()
DAccountManagerServiceTestFixtures.java85 public static final String ERROR_MESSAGE = field in AccountManagerServiceTestFixtures
DAccountManagerServiceTest.java677 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartAddAccountSessionError()
691 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartAddAccountSessionError()
861 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartUpdateCredentialsSessionError()
875 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartUpdateCredentialsSessionError()
1170 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testFinishSessionAsUserError()
1229 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testIsCredentialsUpdatedSuggestedError()
1774 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testGetAuthTokenError()
2046 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testAddAccountAsUserError()
2180 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testConfirmCredentialsAsUserError()
2317 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testUpdateCredentialsError()
[all …]
/frameworks/base/services/core/java/com/android/server/
DDiskStatsService.java101 proto.write(DiskStatsServiceDumpProto.ERROR_MESSAGE, error.toString()); in dump()