Searched refs:INVALID_VALUE_PARAMETER (Results 1 – 5 of 5) sorted by relevance
80 public static final int INVALID_VALUE_PARAMETER = -1; field in BluetoothMapAppParams103 private int mMaxListCount = INVALID_VALUE_PARAMETER;104 private int mStartOffset = INVALID_VALUE_PARAMETER;105 private int mFilterMessageType = INVALID_VALUE_PARAMETER;106 private long mFilterPeriodBegin = INVALID_VALUE_PARAMETER;107 private long mFilterPeriodEnd = INVALID_VALUE_PARAMETER;108 private int mFilterReadStatus = INVALID_VALUE_PARAMETER;111 private int mFilterPriority = INVALID_VALUE_PARAMETER;112 private int mAttachment = INVALID_VALUE_PARAMETER;113 private int mTransparent = INVALID_VALUE_PARAMETER;[all …]
449 if(appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage()542 if(indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in setMessageStatus()543 value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in setMessageStatus()757 if(appParams.getMaxListCount() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in sendMessageListingRsp()760 if(appParams.getStartOffset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in sendMessageListingRsp()861 if(listStartOffset == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in sendFolderListingRsp()864 if(maxListCount == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in sendFolderListingRsp()
784 if(subLength == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in setSubject()1372 if(ap.getParameterMask() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in msgListing()2048 if (fractionRequest != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in getEmailMessage()
1145 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? in pushMessage()1325 …if (BluetoothMapAppParams.INVALID_VALUE_PARAMETER != handle && folder.equalsIgnoreCase(BluetoothMa… in sendMmsMessage()
43 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;