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.java679 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartAddAccountSessionError()
693 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartAddAccountSessionError()
863 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartUpdateCredentialsSessionError()
877 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartUpdateCredentialsSessionError()
1172 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testFinishSessionAsUserError()
1231 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testIsCredentialsUpdatedSuggestedError()
1776 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testGetAuthTokenError()
2048 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testAddAccountAsUserError()
2182 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testConfirmCredentialsAsUserError()
2319 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()