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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 408 BluetoothMapAppParams appParams = null;
417 appParams = new BluetoothMapAppParams(appParamRaw);
557 BluetoothMapAppParams appParams, String messageVersion) {
558 if(appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) {
650 private int setMessageStatus(String msgHandle, BluetoothMapAppParams appParams) {
660 } else if ((indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER ||
661 value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) &&
682 if( indicator == BluetoothMapAppParams.STATUS_INDICATOR_DELETED) {
688 } else if( indicator == BluetoothMapAppParams.STATUS_INDICATOR_READ) {
706 private int setOwnerStatus(String msgHandle, BluetoothMapAppParams appParams
    [all...]
BluetoothMapContent.java 471 FilterInfo fi, BluetoothMapAppParams ap) {
487 FilterInfo fi, BluetoothMapAppParams ap) {
507 FilterInfo fi, BluetoothMapAppParams ap) {
520 FilterInfo fi, BluetoothMapAppParams ap) {
543 FilterInfo fi, BluetoothMapAppParams ap) {
559 FilterInfo fi, BluetoothMapAppParams ap) {
570 FilterInfo fi, BluetoothMapAppParams ap) {
600 FilterInfo fi, BluetoothMapAppParams ap) {
649 FilterInfo fi, BluetoothMapAppParams ap) {
677 FilterInfo fi, BluetoothMapAppParams ap)
    [all...]
BluetoothMapbMessageSms.java 49 if(mAppParamCharset == BluetoothMapAppParams.CHARSET_NATIVE) {
BluetoothMnsObexClient.java 226 if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_NO) {
232 } else if (notificationStatus == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) {
403 BluetoothMapAppParams appParams = new BluetoothMapAppParams();
BluetoothMapAppParams.java 33 public class BluetoothMapAppParams {
35 private static final String TAG = "BluetoothMapAppParams";
187 public BluetoothMapAppParams() {
207 public BluetoothMapAppParams(final byte[] appParams)
    [all...]
BluetoothMapContentObserver.java     [all...]
BluetoothMapbMessage.java 43 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;
587 if(appParamCharset == BluetoothMapAppParams.CHARSET_NATIVE
    [all...]
BluetoothMapService.java 431 if (msg.arg2 == BluetoothMapAppParams.NOTIFICATION_STATUS_YES) {
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsConvo.java 15 import com.android.bluetooth.map.BluetoothMapAppParams;
144 BluetoothMapAppParams appParams = new BluetoothMapAppParams();
215 BluetoothMapAppParams appParams;
216 appParams = new BluetoothMapAppParams(appParamsRaw);
219 Assert.assertNotSame(BluetoothMapAppParams.INVALID_VALUE_PARAMETER,
MapStepsFolder.java 12 import com.android.bluetooth.map.BluetoothMapAppParams;
123 BluetoothMapAppParams appParams;
124 appParams = new BluetoothMapAppParams(appParamsRaw);
BluetoothMapbMessageTest.java 14 import com.android.bluetooth.map.BluetoothMapAppParams;
210 // BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE);
280 BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE);
341 BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE);
373 BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_UTF8);
424 BluetoothMapbMessage newMsg = BluetoothMapbMessage.parse(is, BluetoothMapAppParams.CHARSET_NATIVE);
BluetoothMapContentTest.java 33 import com.android.bluetooth.map.BluetoothMapAppParams;
344 BluetoothMapAppParams appParams = new BluetoothMapAppParams();
376 BluetoothMapAppParams appParams = new BluetoothMapAppParams();
406 BluetoothMapAppParams appParams = new BluetoothMapAppParams();
435 BluetoothMapAppParams appParams = new BluetoothMapAppParams();
    [all...]

Completed in 523 milliseconds