OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bmessage
(Results
1 - 17
of
17
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
Bmessage.java
27
* Object representation of message in
bMessage
format
32
public class
Bmessage
{
52
public
Bmessage
() {
69
public
Bmessage
addOriginator(VCardEntry vcard) {
78
public
Bmessage
addRecipient(VCardEntry vcard) {
87
public
Bmessage
setStatus(Status status) {
96
public
Bmessage
setType(Type type) {
105
public
Bmessage
setFolder(String folder) {
114
public
Bmessage
setEncoding(String encoding) {
123
public
Bmessage
setCharset(String charset)
[
all
...]
BmessageParser.java
36
/*
BMessage
as defined by MAP_SPEC_V101 Section 3.1.3 Message format (x-bt/message) */
61
* length of "container" for 'message' in
bmessage
-body-content:
65
private final
Bmessage
mBmsg;
69
mBmsg = new
Bmessage
();
72
static public
Bmessage
createBmessage(String str) {
82
Log.e(TAG, "I/O exception when parsing
bMessage
", e);
85
Log.e(TAG, "Cannot parse
bMessage
", e);
111
* <
bmessage
-object>::= { "BEGIN:BMSG" <CRLF> <
bmessage
-property>
112
* [<
bmessage
-originator>]* <bmessage-envelope> "END:BMSG" <CRLF>
[
all
...]
RequestPushMessage.java
32
private
Bmessage
mMsg;
43
public RequestPushMessage(String folder,
Bmessage
msg,
72
public
Bmessage
getBMsg() {
RequestGetMessage.java
19
/*import android.bluetooth.client.map.
Bmessage
;
43
private
Bmessage
mBmessage;
86
"Coudn't decode the
bmessage
with UTF-8. Something must be really messed up.");
97
public
Bmessage
getMessage() {
EventReport.java
44
private final
Bmessage
.Type mMsgType;
133
private
Bmessage
.Type parseMsgType(String msgType) throws IllegalArgumentException {
134
for (
Bmessage
.Type t :
Bmessage
.Type.values()) {
176
* @return {@link
Bmessage
.Type} object corresponding to
179
public
Bmessage
.Type getMsgType() {
BmessageBuilder.java
25
/*
BMessage
as defined by MAP_SPEC_V101 Section 3.1.3 Message format (x-bt/message) */
61
static public String createBmessage(
Bmessage
bmsg) {
69
private void build(
Bmessage
bmsg) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageParser.java
64
* length of "container" for 'message' in
bmessage
-body-content:
87
Log.e(TAG, "I/O exception when parsing
bMessage
", e);
90
Log.e(TAG, "Cannot parse
bMessage
", e);
117
* <
bmessage
-object>::= { "BEGIN:BMSG" <CRLF> <
bmessage
-property>
118
* [<
bmessage
-originator>]* <
bmessage
-envelope> "END:BMSG" <CRLF> }
132
/* <
bmessage
-originator>::= <vcard> <CRLF> */
164
* <
bmessage
-property>::=<
bmessage
-version-property
[
all
...]
BluetoothMapBmessage.java
27
* Object representation of message in
bMessage
format
BluetoothMasRequestGetMessage.java
82
"Coudn't decode the
bmessage
with UTF-8. Something must be really messed up.");
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MceStateMachine.java
118
private HashMap<String,
Bmessage
> sentMessageLog =
120
private HashMap<
Bmessage
, PendingIntent> sentReceiptRequested = new HashMap<>(
122
private HashMap<
Bmessage
, PendingIntent> deliveryReceiptRequested = new HashMap<>(
124
private
Bmessage
.Type mDefaultMessageType =
Bmessage
.Type.SMS_CDMA;
201
Bmessage
bmsg = new
Bmessage
();
204
bmsg.setStatus(
Bmessage
.Status.READ);
262
Bmessage
.Type getDefaultMessageType() {
272
mDefaultMessageType =
Bmessage
.Type.SMS_CDMA
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessage.java
80
* @param the
bmessage
envelope level (0 is the top/most outer level)
98
* @param the
bmessage
envelope level (0 is the top/most outer level)
371
* Read a line of text from the
BMessage
.
389
* Use this function when ever more lines are needed for the
bMessage
to be complete.
395
throw new IllegalArgumentException("
Bmessage
too short");
437
* Read a part of the
bMessage
as raw data.
526
/* Return if we corrupted the incoming
bMessage
. */
544
Log.e(TAG,"Failed to open the
bMessage
file", e);
549
Log.i(TAG, "The incoming
bMessage
have been dumped to " + file.getAbsolutePath());
623
throw new IllegalArgumentException("Missing
bMessage
TYPE: "
[
all
...]
BluetoothMapbMessageMime.java
366
* UTF-8 should be used for the entire <
bmessage
-body-content>. We let the MAP specification
415
* allowed - hence the
bMessage
-body should contain no SMTP headers. (Which makes
416
* sense, since the info is already present in the
bMessage
properties.)
421
* only the actual message content should be included in the <
bmessage
-body-content>.
430
* the <
bmessage
-body-content>.
432
* UPDATE: Errata 4176 allows the needed encoding typed inside the <
bmessage
-body-content>
441
* Encode the
bMessage
as a Mime message(MMS/IM)
BluetoothMapSmsPdu.java
429
/* SMS encoding to
bmessage
strings */
430
/** get the encoding type as a
bMessage
string */
530
* All packets need to be encoded using the same encoding, as the
bMessage
596
* The destination address must be extracted from the
bmessage
vCard(s).
BluetoothMapContent.java
[
all
...]
BluetoothMapUtils.java
100
* This enum is used to convert from the
bMessage
type property to a type safe
BluetoothMapObexServer.java
598
* - Decode into a
bMessage
645
if (D) Log.e(TAG, "Wrongly formatted
bMessage
received", e);
[
all
...]
/external/libusb/libusb/os/
haiku_pollfs.cpp
43
virtual void MessageReceived(
BMessage
*);
293
RosterLooper::MessageReceived(
BMessage
*message)
Completed in 470 milliseconds