Home
last modified time | relevance | path

Searched refs:testMessage (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
DBmessageTest.java80 String testMessage = new String(new char[68048]).replace('\0', 'A'); in testParseReallyLongMessage() local
81 Bmessage message = BmessageParser.createBmessage(testMessage); in testParseReallyLongMessage()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertDialogTest.java245 SmsCbMessage testMessage = in testCopyMessageToClipboard() local
252 CellBroadcastAlertDialog.copyMessageToClipboard(testMessage, mockContext); in testCopyMessageToClipboard()