/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmSmsTest.java | 41 String pdu = "07914151551512f2040B916105551511f100006060605130308A04D4F29C0E"; in testAddressing() local 61 String pdu = "0891683108200505F011000D91683196032930F000000006C8329BFD0E01"; in testRecipientAddress() local 78 String pdu = "07914140279510F6440A8111110301003BF56080207130138A8C0B05040B8423F" in testUdh() local 116 String pdu = "07912160130300F4040B914151245584F600087010807121352B1021220" in testUcs2() local 127 String pdu = "07916163838408F6440B816105224431F700007060217175830AA0050003" in testMultipart() local 150 String pdu = "07912160130310F20404D0110041006060627171118A0120"; in testCPHSVoiceMail() local 183 String pdu = "07912180958750F84401800500C87020026195702B06040102000200"; in testCingularVoiceMail() local 200 String pdu = "07914151551512f204038105f300007011103164638a28e6f71b50c687db" + in testEmailGateway() local 231 String pdu = "07914151551512f2040B916105551511f100006080615131728A44D4F29C0E2" + in testExtendedCharacterTable() local
|
D | RILTest.java | 857 String pdu = "pdu"; in testSendSMS() local 875 String pdu = "pdu"; in testSendSMS_1_6() local 888 String pdu = "pdu"; in testSendSMSExpectMore() local 907 String pdu = "pdu"; in testSendSMSExpectMore_1_6() local 950 private void constructCdmaSendSmsRilRequest(CdmaSmsMessage msg, byte[] pdu) { in constructCdmaSendSmsRilRequest() 989 String pdu = "pdu"; in testWriteSmsToSim() local 1150 String pdu = "pdu"; in testSendRetryImsGsmSms() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioMessagingProxy.java | 254 public void sendCdmaSms(int serial, byte[] pdu) throws RemoteException { in sendCdmaSms() 273 public void sendCdmaSmsExpectMore(int serial, byte[] pdu) throws RemoteException { in sendCdmaSmsExpectMore() 346 public void sendSms(int serial, String smscPdu, String pdu) throws RemoteException { in sendSms() 366 public void sendSmsExpectMore(int serial, String smscPdu, String pdu) throws RemoteException { in sendSmsExpectMore() 523 public void writeSmsToRuim(int serial, int status, byte[] pdu) throws RemoteException { in writeSmsToRuim() 553 public void writeSmsToSim(int serial, int status, String smsc, String pdu) in writeSmsToSim()
|
D | MessagingIndication.java | 105 public void newSms(int indicationType, byte[] pdu) { in newSms() 137 public void newSmsStatusReport(int indicationType, byte[] pdu) { in newSmsStatusReport()
|
D | WapPushOverSms.java | 166 private DecodedResult decodeWapPdu(byte[] pdu, InboundSmsHandler handler) { in decodeWapPdu() 337 public int dispatchWapPdu(byte[] pdu, InboundSmsHandler.SmsBroadcastReceiver receiver, in dispatchWapPdu() 450 public boolean isWapPushForMms(byte[] pdu, InboundSmsHandler handler) { in isWapPushForMms()
|
D | InboundSmsTracker.java | 125 public InboundSmsTracker(Context context, byte[] pdu, long timestamp, int destPort, in InboundSmsTracker() 167 public InboundSmsTracker(Context context, byte[] pdu, long timestamp, int destPort, in InboundSmsTracker()
|
D | WspTypeDecoder.java | 211 public WspTypeDecoder(byte[] pdu) { in WspTypeDecoder()
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IImsSmsListener.aidl | 25 void onSmsStatusReportReceived(int token, in String format, in byte[] pdu); in onSmsStatusReportReceived() 26 void onSmsReceived(int token, in String format, in byte[] pdu); in onSmsReceived()
|
D | IImsMmTelFeature.aidl | 71 in byte[] pdu); in sendSms() 74 oneway void acknowledgeSmsWithPdu(int token, int messageRef, int result, in byte[] pdu); in acknowledgeSmsWithPdu()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsSmsImplBase.java | 180 byte[] pdu) { in sendSms() 241 @DeliverStatusResult int result, @NonNull byte[] pdu) { in acknowledgeSms() 278 public final void onSmsReceived(int token, @SmsMessage.Format String format, byte[] pdu) in onSmsReceived() 461 byte[] pdu) throws RuntimeException { in onSmsStatusReportReceived() 493 byte[] pdu) throws RuntimeException { in onSmsStatusReportReceived()
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | DataVerify.java | 68 public synchronized boolean verifyData(byte[] pdu) { in verifyData() 107 public static void SetLastReceivedPdu(byte[] pdu) { in SetLastReceivedPdu()
|
D | IDataVerify.aidl | 26 boolean verifyData(in byte[] pdu); in verifyData()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 134 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu() 198 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU() 458 private void parsePdu(byte[] pdu) { in parsePdu() 528 private void parsePduFromEfRecord(byte[] pdu) { in parsePduFromEfRecord()
|
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
D | SmsManager.java | 180 public final boolean copyMessageToSim(byte[] smsc, byte[] pdu, int status) { in copyMessageToSim() 210 public final boolean updateMessageOnSim(int messageIndex, int newStatus, byte[] pdu) { in updateMessageOnSim()
|
D | SmsMessage.java | 151 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu() 170 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU()
|
/frameworks/base/telephony/common/com/google/android/mms/util/ |
D | PduCacheEntry.java | 30 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsMessage.java | 203 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu() 226 public static SmsMessage createFromPdu(byte[] pdu, String format) { in createFromPdu() 230 private static SmsMessage createFromPdu(byte[] pdu, String format, in createFromPdu() 332 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU()
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | GsmAlphabet.java | 474 public static String gsm7BitPackedToString(byte[] pdu, int offset, in gsm7BitPackedToString() 496 public static String gsm7BitPackedToString(byte[] pdu, int offset, in gsm7BitPackedToString()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 214 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS() 218 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore() 222 public void sendCdmaSms(byte[] pdu, Message result) { in sendCdmaSms() 226 public void sendCdmaSMSExpectMore(byte[] pdu, Message result) { in sendCdmaSMSExpectMore() 230 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms() 235 public void sendImsCdmaSms(byte[] pdu, int retry, int messageRef, in sendImsCdmaSms() 252 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() 256 public void writeSmsToRuim(int status, byte[] pdu, Message response) { in writeSmsToRuim()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 121 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu() 189 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU() 853 PduParser(byte[] pdu) { in PduParser() 1264 private void parsePdu(byte[] pdu) { in parsePdu()
|
D | SmsCbHeader.java | 135 public SmsCbHeader(byte[] pdu) throws IllegalArgumentException { in SmsCbHeader()
|
/frameworks/base/core/java/android/service/carrier/ |
D | CarrierMessagingService.java | 589 public void onFilterSms(@NonNull MessagePdu pdu, @NonNull String format, int destPort, in onFilterSms() 617 public void onReceiveTextSms(@NonNull MessagePdu pdu, @NonNull String format, in onReceiveTextSms() 928 public void filterSms(MessagePdu pdu, String format, int destPort, in filterSms()
|
D | ICarrierMessagingService.aidl | 41 in MessagePdu pdu, String format, int destPort, int subId, in filterSms()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISmsImplBase.java | 37 int newStatus, byte[] pdu) { in updateMessageOnIccEfForSubscriber() 43 byte[] pdu, byte[] smsc) { in copyMessageToIccEfForSubscriber() 73 int subId, byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPduForSubscriber()
|
D | ISms.aidl | 50 int messageIndex, int newStatus, in byte[] pdu); in updateMessageOnIccEfForSubscriber() 63 in byte[] pdu, in byte[] smsc); in copyMessageToIccEfForSubscriber() 193 int subId, in byte[] pdu, String format, in PendingIntent receivedIntent); in injectSmsPduForSubscriber()
|