Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
H A DCompletableFutureUtilTest.kt44 const val ERROR_MESSAGE = "Test Error Message!"
155 completable.completeExceptionally(UnsupportedOperationException(ERROR_MESSAGE))
166 assertRuntimeException(ERROR_MESSAGE) {
260 completable.completeExceptionally(UnsupportedOperationException(ERROR_MESSAGE))
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DClientSidePermissionCheckChecker.java70 private static final String ERROR_MESSAGE = field in ClientSidePermissionCheckChecker
79 .setMessage(ERROR_MESSAGE) in matchMethodInvocation()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A 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()
H A DAccountManagerServiceTestFixtures.java84 public static final String ERROR_MESSAGE = field in AccountManagerServiceTestFixtures
H A DAccountManagerServiceTest.java764 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartAddAccountSessionError()
778 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartAddAccountSessionError()
948 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartUpdateCredentialsSessionError()
962 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testStartUpdateCredentialsSessionError()
1257 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testFinishSessionAsUserError()
1316 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testIsCredentialsUpdatedSuggestedError()
1935 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testGetAuthTokenError()
2207 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testAddAccountAsUserError()
2341 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testConfirmCredentialsAsUserError()
2478 AccountManagerServiceTestFixtures.ERROR_MESSAGE); in testUpdateCredentialsError()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DDiskStatsService.java101 proto.write(DiskStatsServiceDumpProto.ERROR_MESSAGE, error.toString()); in dump()