Searched refs:encodeCellBroadcast (Results 1 – 2 of 2) sorted by relevance
| /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/ |
| D | DialogSmsDisplayTests.java | 81 byte[] encodeCellBroadcast(int serialNumber, int messageId, int dcs, String message) { in encodeCellBroadcast() method in DialogSmsDisplayTests 112 pdus[0] = encodeCellBroadcast(0, 0, DCS_7BIT_ENGLISH, "Hello in GSM 7 bit"); in testSendMessage7bit() 120 pdus[0] = encodeCellBroadcast(0, 0, DCS_16BIT_UCS2, "Hello in UCS2"); in testSendMessageUCS2()
|
| /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/ |
| D | SendTestMessages.java | 384 static byte[] encodeCellBroadcast(int serialNumber, int messageId, int dcs, String message) { in encodeCellBroadcast() method in SendTestMessages
|