Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsDispatchersControllerTest.java261 mSmsDispatchersController.sendText("111"/* desAddr*/, "222" /*scAddr*/, TAG, in testSendImsGmsTest()
271 mSmsDispatchersController.sendText(null, "222" /*scAddr*/, TAG, in testSendImsGmsTestWithOutDesAddr()
280 mSmsDispatchersController.sendText("111"/* desAddr*/, "222" /*scAddr*/, TAG, in testSendImsCdmaTest()
354 mSmsDispatchersController.sendText("111", null /*scAddr*/, TAG, in testSendImsGmsTestWithSmsc()
464 mSmsDispatchersController.sendText("911", "2222", "text", mSentIntent, null, null, in testSendTextForEmergencyWhenDomainPs()
481 verify(mImsSmsDispatcher).sendText(eq("911"), eq("2222"), eq("text"), eq(mSentIntent), in testSendTextForEmergencyWhenDomainPs()
496 mSmsDispatchersController.sendText("911", "2222", "text", mSentIntent, null, null, in testSendTextForEmergencyWhenEmergencyStateTrackerReturnsFailure()
705 mSmsDispatchersController.sendText("1111", "2222", "text", mSentIntent, null, null, in testNotifyDomainSelectionTerminatedWhenImsAvailableAndNormalSms()
730 verify(mImsSmsDispatcher).sendText(eq("1111"), eq("2222"), eq("text"), eq(mSentIntent), in testNotifyDomainSelectionTerminatedWhenImsAvailableAndNormalSms()
745 mSmsDispatchersController.sendText("911", "2222", "text", mSentIntent, null, null, in testNotifyDomainSelectionTerminatedWhenImsNotAvailableAndEmergencySms()
[all …]
DSmsControllerTest.java226 .sendText(mCallingPackage, "1234", null, "text", null, null, false, 0L, true); in sendsendTextForSubscriberTest()
242 .sendText(mCallingPackage, "1234", null, "text", null, null, false, 0L, true); in sendTextForSubscriberTest_InteractAcrossUsers()
258 .sendText(mCallingPackage, "1234", null, "text", null, null, false, 0L, true); in sendTextForSubscriberTestFail()
323 .sendText(mCallingPackage, "1234", null, "text", null, null, false, 0L, true); in sendTextForSubscriberTestEnabledTelephonyFeature()
DImsSmsDispatcherTest.java335 mImsSmsDispatcher.sendText("+15555551212", null, "MessageRef test", in testSendSmswithMessageRef()
351 mImsSmsDispatcher.sendText("+15555551212", null, "MessageRef test", in testFallbackGsmRetrywithMessageRef()
386 mImsSmsDispatcher.sendText("+15555551212", null, "MessageRef test", in testErrorImsRetrywithMessageRef()
425 mImsSmsDispatcher.sendText("+15555551212", null, "Retry test", in testErrorImsRetrywithRetryConfig()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java179 mGsmSmsDispatcher.sendText("6501002000", "121" /*scAddr*/, "test sms", in testSendSmsToRegularNumber_doesNotNotifyblockedNumberProvider()
198 mGsmSmsDispatcher.sendText( in testSendSmsToEmergencyNumber_notifiesBlockedNumberProvider()
247 mGsmSmsDispatcher.sendText("+", "222" /*scAddr*/, TAG, in testSendTextWithInvalidDestAddr()
392 mGsmSmsDispatcher.sendText("6501002000", "121" /*scAddr*/, "test sms", in testSendSmsByCarrierApp()
416 mGsmSmsDispatcher.sendText("6501002000", "121" /*scAddr*/, "test sms", in testSendSmsByCarrierAppNoResponse()
430 mGsmSmsDispatcher.sendText("6501002000", "121" /*scAddr*/, "test sms", in testSendSmsByCarrierAppBindingFailed()
526 mGsmSmsDispatcher.sendText("111", "222" /*scAddr*/, TAG, in testSendTextWithMessageRef()
570 mGsmSmsDispatcher.sendText("111", "222" /*scAddr*/, TAG, in testSendTextWithMessageRefNegativeBoundaryCondition()
587 mGsmSmsDispatcher.sendText("111", "222" /*scAddr*/, TAG, in testSendTextWithMessageRefMaxBoundaryCondition()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaSmsDispatcherTest.java86 mCdmaSmsDispatcher.sendText("111"/* desAddr*/, "222" /*scAddr*/, TAG, in testSendText()
93 mCdmaSmsDispatcher.sendText(null, "222" /*scAddr*/, TAG, in testSendTextWithOutDesAddr()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsDispatchersController.java1342 sendText(domain, r); in sendAllPendingRequests()
1392 private void sendText(@NetworkRegistrationInfo.Domain int domain, in sendText() method in SmsDispatchersController
1395 mImsSmsDispatcher.sendText(request.destAddr, request.scAddr, request.texts.get(0), in sendText()
1402 mCdmaDispatcher.sendText(request.destAddr, request.scAddr, request.texts.get(0), in sendText()
1408 mGsmDispatcher.sendText(request.destAddr, request.scAddr, request.texts.get(0), in sendText()
1674 public void sendText(String destAddr, String scAddr, String text, PendingIntent sentIntent, in sendText() method in SmsDispatchersController
1678 sendText(destAddr, scAddr, text, sentIntent, deliveryIntent, messageUri, callingPkg, in sendText()
1780 public void sendText(String destAddr, String scAddr, String text, PendingIntent sentIntent, in sendText() method in SmsDispatchersController
1802 mImsSmsDispatcher.sendText(destAddr, scAddr, text, sentIntent, deliveryIntent, in sendText()
1807 mCdmaDispatcher.sendText(destAddr, scAddr, text, sentIntent, deliveryIntent, in sendText()
[all …]
DBtSmsInterfaceManager.java47 public void sendText(Context context, String destAddr, String text, PendingIntent sentIntent, in sendText() method in BtSmsInterfaceManager
DIccSmsInterfaceManager.java495 public void sendText(String callingPackage, String destAddr, String scAddr, in sendText() method in IccSmsInterfaceManager
593 mDispatchersController.sendText(destAddr, scAddr, text, sentIntent, deliveryIntent, in sendTextInternal()
823 mDispatchersController.sendText(destAddr, scAddr, singlePart, singleSentIntent, in sendMultipartTextWithOptions()
1326 mDispatchersController.sendText(textAndAddress[1], scAddress, textAndAddress[0], in sendStoredText()
1396 mDispatchersController.sendText(textAndAddress[1], scAddress, singlePart, in sendStoredMultipartText()
DSmsController.java326 btSmsInterfaceManager.sendText(mContext, destAddr, text, sentIntent, deliveryIntent, info); in sendBluetoothText()
336 iccSmsIntMgr.sendText(callingPackage, destAddr, scAddr, text, sentIntent, in sendIccText()
DSMSDispatcher.java1522 public void sendText(String destAddr, String scAddr, String text, in sendText() method in SMSDispatcher
1527 sendText(destAddr, scAddr, text, sentIntent, deliveryIntent, messageUri, callingPkg, in sendText()
1632 public void sendText(String destAddr, String scAddr, String text, in sendText() method in SMSDispatcher
/frameworks/base/core/java/android/provider/
DBrowser.java205 sendString(context, string, context.getString(com.android.internal.R.string.sendText)); in sendString()
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java362 sendText(inputSource, getNextArgRequired(), displayId); in runText()
371 private void sendText(int source, final String text, int displayId) { in sendText() method in InputShellCommand
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java515 public boolean sendText(String text) {
DUiObject.java603 return getInteractionController().sendText(text); in setText()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt78901 Lcom/android/internal/R$string;->sendText:I