Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java863 when(mParams.getCharset()).thenReturn(BluetoothMapContent.MAP_MESSAGE_CHARSET_UTF8); in getEmailMessage_withEmptyCursor()
876 when(mParams.getCharset()).thenReturn(BluetoothMapContent.MAP_MESSAGE_CHARSET_UTF8); in getEmailMessage_withFileNotFoundExceptionForEmailBodyAccess()
929 when(mParams.getCharset()).thenReturn(BluetoothMapContent.MAP_MESSAGE_CHARSET_UTF8); in getEmailMessage_withNullPointerExceptionForEmailBodyAccess()
982 when(mParams.getCharset()).thenReturn(BluetoothMapContent.MAP_MESSAGE_CHARSET_UTF8); in getEmailMessage()
1044 when(mParams.getCharset()).thenReturn(BluetoothMapContent.MAP_MESSAGE_CHARSET_UTF8); in getIMMessage_withEmptyCursor()
1058 when(mParams.getCharset()).thenReturn(BluetoothMapContent.MAP_MESSAGE_CHARSET_UTF8); in getIMMessage_withSentFolderId()
1118 when(mParams.getCharset()).thenReturn(BluetoothMapContent.MAP_MESSAGE_CHARSET_UTF8); in getIMMessage_withInboxFolderId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java3669 public static final int MAP_MESSAGE_CHARSET_UTF8 = 1; field in BluetoothMapContent