Home
last modified time | relevance | path

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

/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DClientSidePermissionCheckChecker.java70 private static final String ERROR_MESSAGE = field in ClientSidePermissionCheckChecker
79 .setMessage(ERROR_MESSAGE) in matchMethodInvocation()
/frameworks/base/core/tests/InputMethodCoreTests/src/com/android/internal/inputmethod/
DCompletableFutureUtilTest.kt44 const val ERROR_MESSAGE = "Test Error Message!" constant
155 completable.completeExceptionally(UnsupportedOperationException(ERROR_MESSAGE)) in testCharSequenceAfterError()
166 assertRuntimeException(ERROR_MESSAGE) { in testCharSequenceAfterError()
260 completable.completeExceptionally(UnsupportedOperationException(ERROR_MESSAGE)) in testCharSequenceUnblockByError()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType1Authenticator.java97 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in addAccount()
136 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in confirmCredentials()
186 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in getAuthToken()
229 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in updateCredentials()
438 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in isCredentialsUpdateSuggested()
DAccountManagerServiceTestFixtures.java84 public static final String ERROR_MESSAGE = field in AccountManagerServiceTestFixtures
DAccountManagerServiceTest.java770 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartAddAccountSessionError()
784 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartAddAccountSessionError()
954 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartUpdateCredentialsSessionError()
968 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartUpdateCredentialsSessionError()
1263 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testFinishSessionAsUserError()
1322 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testIsCredentialsUpdatedSuggestedError()
1941 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testGetAuthTokenError()
2213 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testAddAccountAsUserError()
2347 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testConfirmCredentialsAsUserError()
2484 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testUpdateCredentialsError()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DSettingsToPropertiesMapper.java468 case (int) StorageReturnMessage.ERROR_MESSAGE: in parseAndLogAconfigdReturn()
469 String errmsg = proto.readString(StorageReturnMessage.ERROR_MESSAGE); in parseAndLogAconfigdReturn()
/frameworks/base/services/core/java/com/android/server/
DDiskStatsService.java101 proto.write(DiskStatsServiceDumpProto.ERROR_MESSAGE, error.toString()); in dump()