Home
last modified time | relevance | path

Searched refs:getSubmitPdus (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapSmsPduTest.java111 BluetoothMapSmsPdu.getSubmitPdus( in getSubmitPdus_withTypeGSM_whenMsgCountIsMoreThanOne()
139 ArrayList<SmsPdu> pdus = BluetoothMapSmsPdu.getSubmitPdus(mTargetContext, TEST_TEXT, null); in getSubmitPdus_withTypeCDMA()
DBluetoothMapbMessageSmsTest.java56 BluetoothMapSmsPdu.getSubmitPdus(mTargetContext, TEST_MESSAGE, TEST_ADDRESS); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java525 public static ArrayList<SmsPdu> getSubmitPdus( in getSubmitPdus() method in BluetoothMapSmsPdu
597 ArrayList<SmsPdu> deliverPdus = getSubmitPdus(context, messageText, address); in getDeliverPdus()
DBluetoothMapContent.java3724 BluetoothMapSmsPdu.getSubmitPdus(mContext, msgBody, phone)); in getSmsMessage()