Searched refs:smsManager (Results 1 – 1 of 1) sorted by relevance
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | SmsManagerTest.java | 18 private SmsManager smsManager; field in SmsManagerTest 28 smsManager = SmsManager.getDefault(); in setup() 29 shadowSmsManager = Robolectric.shadowOf(smsManager); in setup() 34 smsManager = null; in tearDown() 46 smsManager.sendTextMessage(testDestinationAddress, testScAddress, testText, null, null); in shouldStoreLastSentTextMessageParameters() 57 smsManager.sendTextMessage(testDestinationAddress, testScAddress, testText, null, null); in shouldClearLastSentTestMessageParameters() 64 smsManager.sendTextMessage("", testScAddress, testText, null, null); in sendTextMessage_shouldThrowExceptionWithEmptyDestination() 69 smsManager.sendTextMessage(testDestinationAddress, testScAddress, "", null, null); in sentTextMessage_shouldThrowExceptionWithEmptyText()
|