Home
last modified time | relevance | path

Searched refs:INVALID_VALUE_PARAMETER (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java80 public static final int INVALID_VALUE_PARAMETER = -1; field in BluetoothMapAppParams
103 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 …]
DBluetoothMapObexServer.java447 if(appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage()
540 if(indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in setMessageStatus()
541 value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in setMessageStatus()
755 if(appParams.getMaxListCount() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in sendMessageListingRsp()
758 if(appParams.getStartOffset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in sendMessageListingRsp()
859 if(listStartOffset == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in sendFolderListingRsp()
862 if(maxListCount == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in sendFolderListingRsp()
DBluetoothMapContent.java647 if(subLength == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in setSubject()
1238 if(ap.getParameterMask() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER || in msgListing()
1902 if (fractionRequest != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in getEmailMessage()
DBluetoothMapContentObserver.java1168 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? in pushMessage()
1350 …if (BluetoothMapAppParams.INVALID_VALUE_PARAMETER != handle && folder.equalsIgnoreCase(BluetoothMa… in sendMmsMessage()
DBluetoothMapbMessage.java43 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;