Searched defs:pdus (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapSmsPduTest.java | 110 ArrayList<SmsPdu> pdus = in getSubmitPdus_withTypeGSM_whenMsgCountIsMoreThanOne() local 139 ArrayList<SmsPdu> pdus = BluetoothMapSmsPdu.getSubmitPdus(mTargetContext, TEST_TEXT, null); in getSubmitPdus_withTypeCDMA() local 164 ArrayList<SmsPdu> pdus = in getDeliverPdus_withTypeGSM() local 193 ArrayList<SmsPdu> pdus = in getDeliverPdus_withTypeCDMA() local
|
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
D | GsmSmsCbMessage.java | 95 SmsCbLocation location, byte[][] pdus, int slotIndex) in createSmsCbMessage()
|
D | SendTestMessages.java | 397 private static SmsCbMessage createFromPdus(Context context, byte[][] pdus, int serialNumber, in createFromPdus()
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | GsmSmsCbMessage.java | 98 SmsCbLocation location, byte[][] pdus, int slotIndex) in createSmsCbMessage()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapSmsPdu.java | 544 ArrayList<SmsPdu> pdus = new ArrayList<SmsPdu>(msgCount); in getSubmitPdus() local
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_core_test.cc | 687 std::vector<std::pair<uint8_t, std::string>> pdus = { in TEST_F() local
|