HomeSort by relevance Sort by last modified time
    Searched refs:mBbodyLanguage (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessage.java 41 String mBbodyLanguage;
137 return mBbodyLanguage;
141 mBbodyLanguage = language;
BluetoothMapBmessageBuilder.java 103 if (bmsg.mBbodyLanguage != null) {
104 mBmsg.append(BBODY_LANGUAGE).append(bmsg.mBbodyLanguage).append(CRLF);
BluetoothMapBmessageParser.java 286 mBmsg.mBbodyLanguage = prop.value;
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
Bmessage.java 41 String mBbodyLanguage;
129 return mBbodyLanguage;
133 mBbodyLanguage = language;
BmessageBuilder.java 102 if (bmsg.mBbodyLanguage != null) {
103 mBmsg.append(BBODY_LANGUAGE).append(bmsg.mBbodyLanguage).append(CRLF);
BmessageParser.java 272 mBmsg.mBbodyLanguage = prop.value;

Completed in 97 milliseconds