Searched refs:INVALID_VALUE_PARAMETER (Results 1 – 6 of 6) sorted by relevance
114 public static final int INVALID_VALUE_PARAMETER =-1; field in BluetoothMapAppParams135 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 …]
558 if(appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage()660 } else if ((indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in setMessageStatus()661 value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) && in setMessageStatus()718 if(presenceState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER && in setOwnerStatus()720 lastActivity == BluetoothMapAppParams.INVALID_VALUE_PARAMETER && in setOwnerStatus()721 chatState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER && in setOwnerStatus()726 if(presenceState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setOwnerStatus()732 if (lastActivity != BluetoothMapAppParams.INVALID_VALUE_PARAMETER){ in setOwnerStatus()735 if (chatState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER && in setOwnerStatus()878 (tmpLong == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? "" : in onGet()[all …]
1233 if(subLength == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in setSubject()1905 if(ap.getFilterReadStatus() != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setConvoWhereFilterSmsMms()1915 if ((ap.getFilterLastActivityBegin() != BluetoothMapAppParams.INVALID_VALUE_PARAMETER)){ in setConvoWhereFilterSmsMms()1919 if ((ap.getFilterLastActivityEnd() != BluetoothMapAppParams.INVALID_VALUE_PARAMETER)) { in setConvoWhereFilterSmsMms()1951 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in smsSelected()1981 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in mmsSelected()2002 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in emailSelected()2023 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in imSelected()2059 if(ap.getParameterMask() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in msgListing()2469 if(ap.getConvoParameterMask() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in convoListing()[all …]
43 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;
2437 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? in pushMessage()2642 if (BluetoothMapAppParams.INVALID_VALUE_PARAMETER != handle && in sendMmsMessage()
219 Assert.assertNotSame(BluetoothMapAppParams.INVALID_VALUE_PARAMETER, in validate()