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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 114 public static final int INVALID_VALUE_PARAMETER =-1;
135 private int mMaxListCount = INVALID_VALUE_PARAMETER;
136 private int mStartOffset = INVALID_VALUE_PARAMETER;
137 private int mFilterMessageType = INVALID_VALUE_PARAMETER;
139 private long mFilterPeriodBegin = INVALID_VALUE_PARAMETER;
140 private long mFilterPeriodEnd = INVALID_VALUE_PARAMETER;
141 private int mFilterReadStatus = INVALID_VALUE_PARAMETER;
144 private int mFilterPriority = INVALID_VALUE_PARAMETER;
145 private int mAttachment = INVALID_VALUE_PARAMETER;
146 private int mTransparent = INVALID_VALUE_PARAMETER;
    [all...]
BluetoothMapObexServer.java 558 if(appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) {
660 } else if ((indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER ||
661 value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) &&
718 if(presenceState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER &&
720 lastActivity == BluetoothMapAppParams.INVALID_VALUE_PARAMETER &&
721 chatState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER &&
726 if(presenceState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) {
    [all...]
BluetoothMapContent.java     [all...]
BluetoothMapbMessage.java 43 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;
    [all...]
BluetoothMapContentObserver.java     [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsConvo.java 219 Assert.assertNotSame(BluetoothMapAppParams.INVALID_VALUE_PARAMETER,

Completed in 171 milliseconds