Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java113 public static final int INVALID_VALUE_PARAMETER = -1; field in BluetoothMapAppParams
134 private int mMaxListCount = INVALID_VALUE_PARAMETER;
135 private int mStartOffset = INVALID_VALUE_PARAMETER;
136 private int mFilterMessageType = INVALID_VALUE_PARAMETER;
138 private long mFilterPeriodBegin = INVALID_VALUE_PARAMETER;
139 private long mFilterPeriodEnd = INVALID_VALUE_PARAMETER;
140 private int mFilterReadStatus = INVALID_VALUE_PARAMETER;
143 private int mFilterPriority = INVALID_VALUE_PARAMETER;
144 private int mAttachment = INVALID_VALUE_PARAMETER;
145 private int mTransparent = INVALID_VALUE_PARAMETER;
[all …]
DBluetoothMapObexServer.java651 if (appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage()
794 } else if ((indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setMessageStatus()
795 || value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in setMessageStatus()
858 if (presenceState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
860 && lastActivity == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
861 && chatState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
866 if (presenceState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setOwnerStatus()
872 if (lastActivity != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setOwnerStatus()
875 if (chatState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
1046 (tmpLong == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? "" in onGet()
[all …]
DBluetoothMapContent.java1319 if (subLength == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setSubject()
2036 if (ap.getFilterReadStatus() != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setConvoWhereFilterSmsMms()
2047 != BluetoothMapAppParams.INVALID_VALUE_PARAMETER)) { in setConvoWhereFilterSmsMms()
2053 if ((ap.getFilterLastActivityEnd() != BluetoothMapAppParams.INVALID_VALUE_PARAMETER)) { in setConvoWhereFilterSmsMms()
2090 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in smsSelected()
2126 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in mmsSelected()
2151 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in emailSelected()
2176 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in imSelected()
2212 if (ap.getParameterMask() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in msgListing()
2692 if (ap.getConvoParameterMask() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in convoListing()
[all …]
DBluetoothMapbMessage.java43 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;
DBluetoothMapContentObserver.java2596 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ? 0 in pushMessage()
2846 if (BluetoothMapAppParams.INVALID_VALUE_PARAMETER != handle && folder.equalsIgnoreCase( in sendMmsMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java71 public static final long INVALID_VALUE_PARAMETER = -1; field in BluetoothPbapObexServer
193 private long mDatabaseIdentifierLow = INVALID_VALUE_PARAMETER;
195 private long mDatabaseIdentifierHigh = INVALID_VALUE_PARAMETER;
1449 if (mDatabaseIdentifierLow != INVALID_VALUE_PARAMETER in getDatabaseIdentifier()
1450 && mDatabaseIdentifierHigh != INVALID_VALUE_PARAMETER) { in getDatabaseIdentifier()