Home
last modified time | relevance | path

Searched defs:MESSAGE (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DTestClass.java21 public static final String MESSAGE = "WRONG_FIELD"; field in TestClass
/cts/tests/tests/content/src/android/content/res/cts/
DResources_NotFoundExceptionTest.java44 final String MESSAGE = "test"; in testNotFoundException() local
/cts/tests/tests/car/src/android/car/cts/
DExceptionsTest.java27 private static final String MESSAGE = "Oops!"; field in ExceptionsTest
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DContentTest.java44 private static final String MESSAGE = "Sample Message"; field in ContentTest
/cts/tests/app/src/android/app/cts/
DProgressDialogTest.java39 private final CharSequence MESSAGE = "message"; field in ProgressDialogTest