Home
last modified time | relevance | path

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

/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DClientSidePermissionCheckChecker.java68 private static final String ERROR_MESSAGE = field in ClientSidePermissionCheckChecker
77 .setMessage(ERROR_MESSAGE) in matchMethodInvocation()
/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.java691 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartAddAccountSessionError()
705 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartAddAccountSessionError()
875 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartUpdateCredentialsSessionError()
889 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartUpdateCredentialsSessionError()
1184 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testFinishSessionAsUserError()
1243 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testIsCredentialsUpdatedSuggestedError()
1804 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testGetAuthTokenError()
2076 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testAddAccountAsUserError()
2210 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testConfirmCredentialsAsUserError()
2347 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()