HomeSort by relevance Sort by last modified time
    Searched refs:TEST_MESSAGE (Results 1 - 9 of 9) sorted by null

  /external/opencensus-java/api/src/test/java/io/opencensus/internal/
UtilsTest.java 32 private static final String TEST_MESSAGE = "test message";
42 Utils.checkArgument(true, TEST_MESSAGE);
44 thrown.expectMessage(TEST_MESSAGE);
45 Utils.checkArgument(false, TEST_MESSAGE);
71 Utils.checkNotNull(true, TEST_MESSAGE);
73 thrown.expectMessage(TEST_MESSAGE);
74 Utils.checkState(false, TEST_MESSAGE);
86 Utils.checkNotNull(new Object(), TEST_MESSAGE);
88 thrown.expectMessage(TEST_MESSAGE);
89 Utils.checkNotNull(null, TEST_MESSAGE);
    [all...]
  /external/autotest/client/common_lib/cros/tendo/
buffet_dbus_helper.py 20 TEST_MESSAGE = 'Hello world!'
38 if self.manager.TestMethod(TEST_MESSAGE) == TEST_MESSAGE:
  /development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson5/
SenderActivityTest.java 38 private static final String TEST_MESSAGE = "Hello Receiver";
86 getInstrumentation().sendStringSync(TEST_MESSAGE);
107 assertEquals("Wrong received message", TEST_MESSAGE, receivedMessage.getText().toString());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushSenderActivity.java 39 static final NdefMessage TEST_MESSAGE = getTestMessage();
NdefPushReceiverActivity.java 93 && NfcUtils.areMessagesEqual(messages[0], NdefPushSenderActivity.TEST_MESSAGE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyUnprocessedActivity.java 58 private static final int TEST_MESSAGE = 903;
680 sendMessage(mTestId, TEST_MESSAGE,
702 sendMessage(mTestId, TEST_MESSAGE,
723 sendMessage(mTestId, TEST_MESSAGE,
744 sendMessage(mTestId, TEST_MESSAGE, "Testing USB Microphone: Noise");
807 case TEST_MESSAGE:
    [all...]
AudioFrequencyMicActivity.java 64 private static final int TEST_MESSAGE = 903;
380 sendMessage(mTestId, TEST_MESSAGE,
401 sendMessage(mTestId, TEST_MESSAGE,
422 sendMessage(mTestId, TEST_MESSAGE, "Testing USB Microphone: Noise");
484 case TEST_MESSAGE:
    [all...]
AudioFrequencyLineActivity.java 57 static final int TEST_MESSAGE = 902;
286 msg.what = TEST_MESSAGE;
304 case TEST_MESSAGE:
AudioFrequencySpeakerActivity.java 63 static final int TEST_MESSAGE = 902;
302 msg.what = TEST_MESSAGE;
320 case TEST_MESSAGE:

Completed in 436 milliseconds