/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | GsmSmsTest.java | 32 String pdu = "07914151551512f2040B916105551511f100006060605130308A04D4F29C0E"; in testAddressing() local 52 String pdu = "0891683108200505F011000D91683196032930F000000006C8329BFD0E01"; in testRecipientAddress() local 69 String pdu = "07914140279510F6440A8111110301003BF56080207130138A8C0B05040B8423F" in testUdh() local 107 String pdu = "07912160130300F4040B914151245584F600087010807121352B1021220" in testUcs2() local 118 String pdu = "07916163838408F6440B816105224431F700007060217175830AA0050003" in testMultipart() local 141 String pdu = "07912160130310F20404D0110041006060627171118A0120"; in testCPHSVoiceMail() local 174 String pdu = "07912180958750F84401800500C87020026195702B06040102000200"; in testCingularVoiceMail() local 191 String pdu = "07914151551512f204038105f300007011103164638a28e6f71b50c687db" + in testEmailGateway() local 222 String pdu = "07914151551512f2040B916105551511f100006080615131728A44D4F29C0E2" + in testExtendedCharacterTable() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A 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()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsSmsImplBase.java | 162 byte[] pdu) { in sendSms() 220 public final void onSmsReceived(int token, @SmsMessage.Format String format, byte[] pdu) in onSmsReceived() 359 byte[] pdu) throws RuntimeException { in onSmsStatusReportReceived() 388 byte[] pdu) throws RuntimeException { in onSmsStatusReportReceived()
|
/aosp12/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A D | DataVerify.java | 68 public synchronized boolean verifyData(byte[] pdu) { in verifyData() 107 public static void SetLastReceivedPdu(byte[] pdu) { in SetLastReceivedPdu()
|
H A D | IDataVerify.aidl | 26 boolean verifyData(in byte[] pdu); in verifyData()
|
/aosp12/system/bt/include/hardware/avrcp/ |
H A D | avrcp_logging_helper.h | 69 inline std::string CommandPduText(const CommandPdu& pdu) { in CommandPduText() 186 inline std::string BrowsePduText(const BrowsePdu& pdu) { in BrowsePduText()
|
/aosp12/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
H A D | GsmSmsCbMessage.java | 179 byte[] pdu, int wacOffset) { in parseWarningAreaCoordinates() 257 private static Pair<String, String> parseUmtsBody(SmsCbHeader header, byte[] pdu) { in parseUmtsBody() 296 private static Pair<String, String> parseGsmBody(SmsCbHeader header, byte[] pdu) { in parseGsmBody() 312 private static Pair<String, String> unpackBody(byte[] pdu, int offset, int length, in unpackBody()
|
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
H A D | GsmSmsCbMessage.java | 189 public static GeoFencingTriggerMessage createGeoFencingTriggerMessage(byte[] pdu) { in createGeoFencingTriggerMessage() 231 byte[] pdu, int wacOffset) { in parseWarningAreaCoordinates() 320 byte[] pdu) { in parseUmtsBody() 360 byte[] pdu) { in parseGsmBody() 376 private static Pair<String, String> unpackBody(byte[] pdu, int offset, in unpackBody()
|
H A D | GsmAlphabet.java | 640 public static String gsm7BitPackedToString(byte[] pdu, int offset, in gsm7BitPackedToString() 661 public static String gsm7BitPackedToString(byte[] pdu, int offset, in gsm7BitPackedToString()
|
/aosp12/system/bt/packet/avrcp/ |
H A D | avrcp_reject_packet.h | 38 RejectBuilder(CommandPdu pdu, Status reason) in RejectBuilder()
|
H A D | avrcp_browse_packet.h | 50 BrowsePacketBuilder(BrowsePdu pdu) : pdu_(pdu){}; in BrowsePacketBuilder()
|
H A D | vendor_packet.h | 48 VendorPacketBuilder(CType ctype, CommandPdu pdu, PacketType packet_type) in VendorPacketBuilder()
|
H A D | avrcp_reject_packet.cc | 22 std::unique_ptr<RejectBuilder> RejectBuilder::MakeBuilder(CommandPdu pdu, in MakeBuilder()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/ |
H A D | MmsSender.java | 147 final String locationUrl, final GenericPdu pdu, final boolean responseImportant, in sendMms() 173 private static Uri writePduToTempFile(final Context context, final GenericPdu pdu, int subId) in writePduToTempFile() 273 final GenericPdu pdu = new PduParser( in parseRetrieveConf() local
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/ |
H A D | CdmaSmsTest.java | 121 String pdu = "011a0000001002080d0003100160010610262d5ab500040401448888"; in testRecipientAddress() local 129 String pdu = "00031040900112488ea794e074d69e1b7392c270326cde9e98"; in testUserData7bitGsm() local 136 String pdu = "0003100160010610262d5ab500"; in testUserData7bitAscii() local 143 String pdu = "00031001d00109104539b4d052ebb3d0"; in testUserData7bitAsciiTwo() local 150 String pdu = "00031002100109184539b4d052ebb3d0"; in testUserDataIa5() local 315 String pdu = "0003200010010410168d2002010503060812011101590501c706069706180000000701c108" + in testMonolithicOne() local 362 String pdu = "0003200010010410168d200201050306081201110159050192060697061800000007013d0" + in testMonolithicTwo() local
|
/aosp12/system/bt/stack/include/ |
H A D | avrc_defs.h | 1100 uint8_t pdu; member 1108 uint8_t pdu; member 1116 uint8_t pdu; member 1125 uint8_t pdu; member 1134 uint8_t pdu; member 1143 uint8_t pdu; member 1153 uint8_t pdu; member 1162 uint8_t pdu; member 1170 uint8_t pdu; member 1179 uint8_t pdu; member [all …]
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
H A 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()
|
/aosp12/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
H A 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()
|
/aosp12/packages/services/Mms/src/com/android/mms/service/ |
H A D | MmsService.java | 713 final GenericPdu pdu = parsePduForAnyCarrier(pduData); in importMms() local 887 final GenericPdu pdu = parsePduForAnyCarrier(pduData); in addMmsDraft() local 936 GenericPdu pdu = null; in parsePduForAnyCarrier() local 1037 public boolean writePduToContentUri(final Uri contentUri, final byte[] pdu) { in writePduToContentUri()
|
H A D | SendRequest.java | 191 GenericPdu pdu = (new PduParser(mPduData, supportContentDisposition)).parse(); in persistIfRequired() local 270 private void updateDestinationAddress(final GenericPdu pdu) { in updateDestinationAddress() 292 private boolean updateDestinationAddressPerType(SendReq pdu, int type) { in updateDestinationAddressPerType()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
H A D | PduCacheEntry.java | 27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/ |
H A D | PduCacheEntry.java | 30 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | WapPushOverSms.java | 157 private DecodedResult decodeWapPdu(byte[] pdu, InboundSmsHandler handler) { in decodeWapPdu() 319 public int dispatchWapPdu(byte[] pdu, InboundSmsHandler.SmsBroadcastReceiver receiver, in dispatchWapPdu() 422 public boolean isWapPushForMms(byte[] pdu, InboundSmsHandler handler) { in isWapPushForMms()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapSmsPdu.java | 176 ByteArrayInputStream pdu = new ByteArrayInputStream(mData); in cdmaGetParameterOffset() local 210 ByteArrayInputStream pdu = new ByteArrayInputStream(mData); in cdmaGetSubParameterOffset() local 339 ByteArrayInputStream pdu = new ByteArrayInputStream(mData); in gsmDecodeUserDataHeader() local 649 SmsPdu pdu = new SmsPdu(gsmStripOffScAddress(data), SMS_TYPE_GSM); in gsmParseSubmitPdu() local
|
/aosp12/system/bt/gd/l2cap/internal/ |
H A D | basic_mode_channel_data_controller.cc | 40 void BasicModeDataController::OnPdu(packet::PacketView<true> pdu) { in OnPdu()
|