Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmSmsTest.java32 String pdu = "07914151551512f2040B916105551511f100006060605130308A04D4F29C0E"; in testAddressing() local
48 String pdu = "07914140279510F6440A8111110301003BF56080207130138A8C0B05040B8423F" in testUdh() local
86 String pdu = "07912160130300F4040B914151245584F600087010807121352B1021220" in testUcs2() local
97 String pdu = "07916163838408F6440B816105224431F700007060217175830AA0050003" in testMultipart() local
120 String pdu = "07912160130310F20404D0110041006060627171118A0120"; in testCPHSVoiceMail() local
153 String pdu = "07912180958750F84401800500C87020026195702B06040102000200"; in testCingularVoiceMail() local
170 String pdu = "07914151551512f204038105f300007011103164638a28e6f71b50c687db" + in testEmailGateway() local
201 String pdu = "07914151551512f2040B916105551511f100006080615131728A44D4F29C0E2" + in testExtendedCharacterTable() local
/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/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java166 private DecodedResult decodeWapPdu(byte[] pdu, InboundSmsHandler handler) { in decodeWapPdu()
327 public int dispatchWapPdu(byte[] pdu, BroadcastReceiver receiver, InboundSmsHandler handler) { in dispatchWapPdu()
423 public boolean isWapPushForMms(byte[] pdu, InboundSmsHandler handler) { in isWapPushForMms()
436 private void writeInboxMessage(int subId, GenericPdu pdu) { in writeInboxMessage()
526 private static long getDeliveryOrReadReportThreadId(Context context, GenericPdu pdu) { in getDeliveryOrReadReportThreadId()
DTelephonyComponentFactory.java96 public WspTypeDecoder makeWspTypeDecoder(byte[] pdu) { in makeWspTypeDecoder()
103 public InboundSmsTracker makeInboundSmsTracker(byte[] pdu, long timestamp, int destPort, in makeInboundSmsTracker()
113 public InboundSmsTracker makeInboundSmsTracker(byte[] pdu, long timestamp, int destPort, in makeInboundSmsTracker()
DInboundSmsTracker.java116 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, in InboundSmsTracker()
151 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, in InboundSmsTracker()
DImsSMSDispatcher.java215 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu()
300 SmsMessageBase.SubmitPduBase pdu = null; in sendRetrySms() local
DIccSmsInterfaceManager.java196 updateMessageOnIccEf(String callingPackage, int index, int status, byte[] pdu) { in updateMessageOnIccEf()
249 public boolean copyMessageToIccEf(String callingPackage, int status, byte[] pdu, byte[] smsc) { in copyMessageToIccEf()
468 public void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu()
604 protected byte[] makeSmsRecordData(int status, byte[] pdu) { in makeSmsRecordData()
DUiccSmsController.java58 byte[] pdu) throws android.os.RemoteException { in updateMessageOnIccEfForSubscriber()
71 byte[] pdu, byte[] smsc) throws android.os.RemoteException { in copyMessageToIccEfForSubscriber()
311 int subId, byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPduForSubscriber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java155 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu( in sendData() local
183 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu( in sendText() local
207 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu()
225 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, in getNewSubmitPduTracker() local
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java121 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu()
184 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU()
421 private void parsePdu(byte[] pdu) { in parsePdu()
487 private void parsePduFromEfRecord(byte[] pdu) { in parsePduFromEfRecord()
844 SubmitPdu pdu = new SubmitPdu(); in privateGetSubmitPdu() local
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java98 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu()
129 public static SmsMessage newFromCMT(byte[] pdu) { in newFromCMT()
141 public static SmsMessage newFromCDS(byte[] pdu) { in newFromCDS()
197 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU()
505 PduParser(byte[] pdu) { in PduParser()
900 private void parsePdu(byte[] pdu) { in parsePdu()
DGsmSmsCbMessage.java137 private static Pair<String, String> parseBody(SmsCbHeader header, byte[] pdu) { in parseBody()
263 private static Pair<String, String> unpackBody(byte[] pdu, int encoding, int offset, int length, in unpackBody()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSMSDispatcher.java111 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu( in sendData() local
145 SmsMessage.SubmitPdu pdu = SmsMessage.getSubmitPdu( in sendText() local
175 protected void injectSmsPdu(byte[] pdu, String format, PendingIntent receivedIntent) { in injectSmsPdu()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
DCdmaSmsTest.java119 String pdu = "00031040900112488ea794e074d69e1b7392c270326cde9e98"; in testUserData7bitGsm() local
126 String pdu = "0003100160010610262d5ab500"; in testUserData7bitAscii() local
133 String pdu = "00031001d00109104539b4d052ebb3d0"; in testUserData7bitAsciiTwo() local
140 String pdu = "00031002100109184539b4d052ebb3d0"; in testUserDataIa5() local
267 String pdu = "0003200010010410168d2002010503060812011101590501c706069706180000000701c108" + in testMonolithicOne() local
314 String pdu = "0003200010010410168d200201050306081201110159050192060697061800000007013d0" + in testMonolithicTwo() 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/opt/telephony/src/java/com/google/android/mms/util/
DPduCacheEntry.java27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
/frameworks/base/telephony/java/android/telephony/
DSmsMessage.java167 public static SmsMessage createFromPdu(byte[] pdu) { in createFromPdu()
198 public static SmsMessage createFromPdu(byte[] pdu, String format) { in createFromPdu()
227 public static SmsMessage newFromCMT(byte[] pdu) { in newFromCMT()
276 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU()
/frameworks/base/telephony/java/com/android/internal/telephony/
DISms.aidl58 int messageIndex, int newStatus, in byte[] pdu); in updateMessageOnIccEfForSubscriber()
71 in byte[] pdu, in byte[] smsc); in copyMessageToIccEfForSubscriber()
202 int subId, in byte[] pdu, String format, in PendingIntent receivedIntent); in injectSmsPduForSubscriber()
DGsmAlphabet.java454 public static String gsm7BitPackedToString(byte[] pdu, int offset, in gsm7BitPackedToString()
475 public static String gsm7BitPackedToString(byte[] pdu, int offset, in gsm7BitPackedToString()
/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/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java219 public void sendSMS (String smscPDU, String pdu, Message result) { in sendSMS()
223 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) { in sendSMSExpectMore()
227 public void sendCdmaSms(byte[] pdu, Message result) { in sendCdmaSms()
231 public void sendImsGsmSms (String smscPDU, String pdu, in sendImsGsmSms()
236 public void sendImsCdmaSms(byte[] pdu, int retry, int messageRef, in sendImsCdmaSms()
253 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
257 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()

12