Home
last modified time | relevance | path

Searched defs:pdu (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmSmsTest.java32 String pdu = "07914151551512f2040B916105551511f100006060605130308A04D4F29C0E"; in testAddressing() local
52 String pdu = "0891683108200505F011000D91683196032930F000000006C8329BFD0E01"; in testRecipientAddress() local
60 String pdu = "07914140279510F6440A8111110301003BF56080207130138A8C0B05040B8423F" in testUdh() local
98 String pdu = "07912160130300F4040B914151245584F600087010807121352B1021220" in testUcs2() local
109 String pdu = "07916163838408F6440B816105224431F700007060217175830AA0050003" in testMultipart() local
132 String pdu = "07912160130310F20404D0110041006060627171118A0120"; in testCPHSVoiceMail() local
165 String pdu = "07912180958750F84401800500C87020026195702B06040102000200"; in testCingularVoiceMail() local
182 String pdu = "07914151551512f204038105f300007011103164638a28e6f71b50c687db" + in testEmailGateway() local
213 String pdu = "07914151551512f2040B916105551511f100006080615131728A44D4F29C0E2" + in testExtendedCharacterTable() local
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsSmsListener.aidl26 in byte[] pdu); in onSmsStatusReportReceived()
27 void onSmsReceived(int token, in String format, in byte[] pdu); in onSmsReceived()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java172 private DecodedResult decodeWapPdu(byte[] pdu, InboundSmsHandler handler) { in decodeWapPdu()
334 public int dispatchWapPdu(byte[] pdu, BroadcastReceiver receiver, InboundSmsHandler handler) { in dispatchWapPdu()
348 public int dispatchWapPdu(byte[] pdu, BroadcastReceiver receiver, InboundSmsHandler handler, in dispatchWapPdu()
452 public boolean isWapPushForMms(byte[] pdu, InboundSmsHandler handler) { in isWapPushForMms()
465 private void writeInboxMessage(int subId, GenericPdu pdu) { in writeInboxMessage()
556 private static long getDeliveryOrReadReportThreadId(Context context, GenericPdu pdu) { in getDeliveryOrReadReportThreadId()
DSmsDispatchersController.java367 public void injectSmsPdu(byte[] pdu, String format, SmsInjectionCallback callback) { in injectSmsPdu()
467 SmsMessageBase.SubmitPduBase pdu = null; in sendRetrySms() local
759 String format, byte[] pdu) { in handleSmsStatusReport()
768 String format, byte[] pdu) { in handleCdmaStatusReport()
775 String format, byte[] pdu) { in handleGsmStatusReport()
793 byte[] pdu) { in triggerDeliveryIntent()
DInboundSmsTracker.java106 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, in InboundSmsTracker()
143 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, in InboundSmsTracker()
DIccSmsInterfaceManager.java217 updateMessageOnIccEf(String callingPackage, int index, int status, byte[] pdu) { in updateMessageOnIccEf()
271 public boolean copyMessageToIccEf(String callingPackage, int status, byte[] pdu, byte[] smsc) { in copyMessageToIccEf()
572 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu()
780 protected byte[] makeSmsRecordData(int status, byte[] pdu) { in makeSmsRecordData()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DDataVerify.java68 public synchronized boolean verifyData(byte[] pdu) { in verifyData()
107 public static void SetLastReceivedPdu(byte[] pdu) { in SetLastReceivedPdu()
DIDataVerify.aidl26 boolean verifyData(in byte[] pdu); in verifyData()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java153 byte[] pdu) { in sendSms()
210 public final void onSmsReceived(int token, String format, byte[] pdu) throws RuntimeException { in onSmsReceived()
298 byte[] pdu) throws RuntimeException{ in onSmsStatusReportReceived()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
DCdmaSmsTest.java119 String pdu = "011a0000001002080d0003100160010610262d5ab500040401448888"; in testRecipientAddress() local
127 String pdu = "00031040900112488ea794e074d69e1b7392c270326cde9e98"; in testUserData7bitGsm() local
134 String pdu = "0003100160010610262d5ab500"; in testUserData7bitAscii() local
141 String pdu = "00031001d00109104539b4d052ebb3d0"; in testUserData7bitAsciiTwo() local
148 String pdu = "00031002100109184539b4d052ebb3d0"; in testUserDataIa5() local
313 String pdu = "0003200010010410168d2002010503060812011101590501c706069706180000000701c108" + in testMonolithicOne() local
360 String pdu = "0003200010010410168d200201050306081201110159050192060697061800000007013d0" + in testMonolithicTwo() local
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmSmsCbMessage.java156 private static Pair<String, String> parseBody(SmsCbHeader header, byte[] pdu) { in parseBody()
282 private static Pair<String, String> unpackBody(byte[] pdu, int encoding, int offset, int length, in unpackBody()
DSmsMessage.java106 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu()
137 public static SmsMessage newFromCMT(byte[] pdu) { in newFromCMT()
149 public static SmsMessage newFromCDS(byte[] pdu) { in newFromCDS()
205 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU()
629 PduParser(byte[] pdu) { in PduParser()
1024 private void parsePdu(byte[] pdu) { in parsePdu()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java128 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu()
191 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU()
464 private void parsePdu(byte[] pdu) { in parsePdu()
534 private void parsePduFromEfRecord(byte[] pdu) { in parsePduFromEfRecord()
922 SubmitPdu pdu = new SubmitPdu(); in privateGetSubmitPdu() local
/frameworks/opt/telephony/src/java/android/telephony/gsm/
DSmsManager.java180 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()
DSmsMessage.java151 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu()
170 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU()
/frameworks/base/telephony/java/android/telephony/
DSmsMessage.java182 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu()
205 public static SmsMessage createFromPdu(byte[] pdu, String format) { in createFromPdu()
209 private static SmsMessage createFromPdu(byte[] pdu, String format, in createFromPdu()
248 public static SmsMessage newFromCMT(byte[] pdu) { in newFromCMT()
322 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU()
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
DPduCacheEntry.java27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsCbTest.java41 private SmsCbMessage createFromPdu(byte[] pdu) { in createFromPdu()
52 private void doTestGeographicalScopeValue(byte[] pdu, byte b, int expectedGs) { in doTestGeographicalScopeValue()
/frameworks/base/core/java/android/service/carrier/
DCarrierMessagingService.java126 public void onFilterSms(@NonNull MessagePdu pdu, @NonNull String format, int destPort, in onFilterSms()
154 public void onReceiveTextSms(@NonNull MessagePdu pdu, @NonNull String format, in onReceiveTextSms()
465 public void filterSms(MessagePdu pdu, String format, int destPort, in filterSms()
DICarrierMessagingService.aidl40 in MessagePdu pdu, String format, int destPort, int subId, in filterSms()
/frameworks/base/telephony/java/com/android/internal/telephony/
DISmsImplBase.java38 int newStatus, byte[] pdu) { in updateMessageOnIccEfForSubscriber()
44 byte[] pdu, byte[] smsc) { in copyMessageToIccEfForSubscriber()
86 int subId, byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPduForSubscriber()
DISms.aidl60 int messageIndex, int newStatus, in byte[] pdu); in updateMessageOnIccEfForSubscriber()
73 in byte[] pdu, in byte[] smsc); in copyMessageToIccEfForSubscriber()
255 int subId, in byte[] pdu, String format, in PendingIntent receivedIntent); in injectSmsPduForSubscriber()
DGsmAlphabet.java469 public static String gsm7BitPackedToString(byte[] pdu, int offset, in gsm7BitPackedToString()
491 public static String gsm7BitPackedToString(byte[] pdu, int offset, in gsm7BitPackedToString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java232 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
236 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
240 public void sendCdmaSms(byte[] pdu, Message result) { in sendCdmaSms()
244 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
249 public void sendImsCdmaSms(byte[] pdu, int retry, int messageRef, in sendImsCdmaSms()
266 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
270 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java231 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
235 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
239 public void sendCdmaSms(byte[] pdu, Message result) { in sendCdmaSms()
243 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
248 public void sendImsCdmaSms(byte[] pdu, int retry, int messageRef, in sendImsCdmaSms()
265 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
269 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()

12