Searched defs:sentIntent (Results 1 – 5 of 5) sorted by relevance
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowSmsManager.java | 54 PendingIntent sentIntent, in sendDataMessage() 70 PendingIntent sentIntent, in sendTextMessage() 89 PendingIntent sentIntent, in sendTextMessage() 159 private final PendingIntent sentIntent; field in ShadowSmsManager.DataMessageParams 167 PendingIntent sentIntent, in DataMessageParams() 206 private final PendingIntent sentIntent; field in ShadowSmsManager.TextSmsParams 214 PendingIntent sentIntent, in TextSmsParams() 223 PendingIntent sentIntent, in TextSmsParams() 327 @Nullable PendingIntent sentIntent) { in sendMultimediaMessage() 342 @Nullable PendingIntent sentIntent, in sendMultimediaMessage() [all …]
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowSmsManager.java | 40 PendingIntent sentIntent, in sendDataMessage() 54 PendingIntent sentIntent, in sendTextMessage() 132 private final PendingIntent sentIntent; field in ShadowSmsManager.DataMessageParams 135 …nAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingI… in DataMessageParams() 173 private final PendingIntent sentIntent; field in ShadowSmsManager.TextSmsParams 176 …arams(String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingI… in TextSmsParams()
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowSmsManagerTest.java | 96 final PendingIntent sentIntent = in sendDataMessage_shouldStoreLastParameters() local 153 PendingIntent sentIntent = ReflectionHelpers.callConstructor(PendingIntent.class); in sendMultimediaMessage_shouldStoreLastSentMultimediaMessageParameters() local 182 PendingIntent sentIntent = ReflectionHelpers.callConstructor(PendingIntent.class); in sendMultimediaMessage_shouldStoreMessageId() local
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowSmsManagerTest.java | 81 final PendingIntent sentIntent = in sendDataMessage_shouldStoreLastParameters() local
|
| /external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/ |
| D | SmsSnippet.java | 103 PendingIntent sentIntent = in sendSms() local
|