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

  /system/core/libmincrypt/test/
rsa_test.c     [all...]
ecdsa_test.c 265 #define TEST_MESSAGE(n) do {\
277 TEST_MESSAGE(1);
278 TEST_MESSAGE(2);
279 TEST_MESSAGE(3);
  /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/
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:
AudioFrequencyUnprocessedActivity.java 63 private static final int TEST_MESSAGE = 902;
307 case TEST_MESSAGE: {
AudioFrequencyMicActivity.java 63 private static final int TEST_MESSAGE = 902;
412 msg.what = TEST_MESSAGE;
441 case TEST_MESSAGE: {

Completed in 559 milliseconds