Searched defs:sentIntent (Results 1 – 4 of 4) sorted by relevance
| /cts/tests/tests/permissionpolicy/src/android/permissionpolicy/cts/ |
| D | NoReceiveSmsPermissionTest.java | 143 PendingIntent sentIntent = PendingIntent.getBroadcast(getContext(), 0, in sendSMSToSelf() local 176 protected void sendSms(String currentNumber, String text, PendingIntent sentIntent, in sendSms()
|
| /cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
| D | BluetoothMapClientTest.java | 197 PendingIntent sentIntent = PendingIntent.getBroadcast(getContext(), 0, in test_sendMessage() local
|
| /cts/tests/devicepolicy/telephony/src/android/devicepolicy/cts/telephony/ |
| D | WorkProfileTelephonyTest.java | 173 Intent sentIntent = new Intent(SMS_SENT_INTENT_ACTION).setPackage(smsApp.packageName()); in sendTextMessage_fromWorkProfile_allManagedSubscriptions_smsSentSuccessfully() local 218 Intent sentIntent = new Intent(SMS_SENT_INTENT_ACTION).setPackage( in sendTextMessage_fromPersonalProfile_allManagedSubscriptions_errorUserNotAllowed() local
|
| /cts/tests/tests/telephony/current/src/android/telephony/cts/ |
| D | SmsManagerTest.java | 937 …d void sendDataMessage(String destAddr,short port, byte[] data, PendingIntent sentIntent, PendingI… in sendDataMessage() 941 protected void sendTextMessage(String destAddr, String text, PendingIntent sentIntent, in sendTextMessage() 947 PendingIntent sentIntent, PendingIntent deliveredIntent, long messageId) { in sendTextMessageWithMessageId()
|