Home
last modified time | relevance | path

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

/packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DDialogSmsDisplayTests.java264 sendOnNewIntent("this is a big fat test", "xyzzy", 2000); in testOnNewIntentSmall()
270 sendOnNewIntent("now is the time for all good men to come to the aid of their country1" + in testOnNewIntentLarge()
276 public void sendOnNewIntent(String message, String dest, int notificationId) { in sendOnNewIntent() method in DialogSmsDisplayTests