Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGsmSmsDispatcherTest.java183 mGsmSmsDispatcher.sendText("6501002000", "121" /*scAddr*/, "test sms", in testSendSmsToRegularNumber_doesNotNotifyblockedNumberProvider()
202 mGsmSmsDispatcher.sendText( in testSendSmsToEmergencyNumber_notifiesBlockedNumberProvider()
250 mGsmSmsDispatcher.sendText("+", "222" /*scAddr*/, TAG, in testSendTextWithInvalidDestAddr()
393 mGsmSmsDispatcher.sendText("6501002000", "121" /*scAddr*/, "test sms", in testSendSmsByCarrierApp()
417 mGsmSmsDispatcher.sendText("6501002000", "121" /*scAddr*/, "test sms", in testSendSmsByCarrierAppNoResponse()
431 mGsmSmsDispatcher.sendText("6501002000", "121" /*scAddr*/, "test sms", in testSendSmsByCarrierAppBindingFailed()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsDispatcherTest.java88 mCdmaSmsDispatcher.sendText("111"/* desAddr*/, "222" /*scAddr*/, TAG, in testSendText()
95 mCdmaSmsDispatcher.sendText(null, "222" /*scAddr*/, TAG, in testSendTextWithOutDesAddr()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsDispatchersControllerTest.java95 mSmsDispatchersController.sendText("111"/* desAddr*/, "222" /*scAddr*/, TAG, in testSendImsGmsTest()
105 mSmsDispatchersController.sendText(null, "222" /*scAddr*/, TAG, in testSendImsGmsTestWithOutDesAddr()
114 mSmsDispatchersController.sendText("111"/* desAddr*/, "222" /*scAddr*/, TAG, in testSendImsCdmaTest()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsDispatchersController.java782 public void sendText(String destAddr, String scAddr, String text, PendingIntent sentIntent, in sendText() method in SmsDispatchersController
787 mImsSmsDispatcher.sendText(destAddr, scAddr, text, sentIntent, deliveryIntent, in sendText()
792 mCdmaDispatcher.sendText(destAddr, scAddr, text, sentIntent, deliveryIntent, in sendText()
796 mGsmDispatcher.sendText(destAddr, scAddr, text, sentIntent, deliveryIntent, in sendText()
H A DBtSmsInterfaceManager.java43 public void sendText(Context context, String destAddr, String text, PendingIntent sentIntent, in sendText() method in BtSmsInterfaceManager
H A DIccSmsInterfaceManager.java458 public void sendText(String callingPackage, String destAddr, String scAddr, in sendText() method in IccSmsInterfaceManager
545 mDispatchersController.sendText(destAddr, scAddr, text, sentIntent, deliveryIntent, in sendTextInternal()
775 mDispatchersController.sendText(destAddr, scAddr, singlePart, singleSentIntent, in sendMultipartTextWithOptions()
1276 mDispatchersController.sendText(textAndAddress[1], scAddress, textAndAddress[0], in sendStoredText()
1346 mDispatchersController.sendText(textAndAddress[1], scAddress, singlePart, in sendStoredMultipartText()
H A DSmsController.java220 btSmsInterfaceManager.sendText(mContext, destAddr, text, sentIntent, deliveryIntent, info); in sendBluetoothText()
230 iccSmsIntMgr.sendText(callingPackage, destAddr, scAddr, text, sentIntent, in sendIccText()
H A DSMSDispatcher.java1243 public void sendText(String destAddr, String scAddr, String text, in sendText() method in SMSDispatcher
/aosp12/frameworks/base/core/java/android/provider/
H A DBrowser.java205 sendString(context, string, context.getString(com.android.internal.R.string.sendText)); in sendString()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java247 sendText(inputSource, getNextArgRequired(), displayId); in runText()
256 private void sendText(int source, final String text, int displayId) { in sendText() method in InputShellCommand
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java515 public boolean sendText(String text) {
H A DUiObject.java603 return getInteractionController().sendText(text); in setText()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt82867 Lcom/android/internal/R$string;->sendText:I