Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java116 public static final int INVALID_VALUE_PARAMETER = -1; field in BluetoothMapAppParams
137 private int mMaxListCount = INVALID_VALUE_PARAMETER;
138 private int mStartOffset = INVALID_VALUE_PARAMETER;
139 private int mFilterMessageType = INVALID_VALUE_PARAMETER;
141 private long mFilterPeriodBegin = INVALID_VALUE_PARAMETER;
142 private long mFilterPeriodEnd = INVALID_VALUE_PARAMETER;
143 private int mFilterReadStatus = INVALID_VALUE_PARAMETER;
146 private int mFilterPriority = INVALID_VALUE_PARAMETER;
147 private int mAttachment = INVALID_VALUE_PARAMETER;
148 private int mTransparent = INVALID_VALUE_PARAMETER;
[all …]
DBluetoothMapObexServer.java687 if (appParams.getCharset() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in pushMessage()
867 } else if ((indicator == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setMessageStatus()
868 || value == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in setMessageStatus()
952 if (presenceState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
954 && lastActivity == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
955 && chatState == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
960 if (presenceState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setOwnerStatus()
966 if (lastActivity != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setOwnerStatus()
969 if (chatState != BluetoothMapAppParams.INVALID_VALUE_PARAMETER in setOwnerStatus()
1154 + ((tmpLong == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in onGet()
[all …]
DBluetoothMapContent.java1268 if (subLength == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setSubject()
1998 if (ap.getFilterReadStatus() != BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in setConvoWhereFilterSmsMms()
2009 != BluetoothMapAppParams.INVALID_VALUE_PARAMETER)) { in setConvoWhereFilterSmsMms()
2016 if ((ap.getFilterLastActivityEnd() != BluetoothMapAppParams.INVALID_VALUE_PARAMETER)) { in setConvoWhereFilterSmsMms()
2052 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in smsSelected()
2088 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in mmsSelected()
2110 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in emailSelected()
2132 if (msgType == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) { in imSelected()
2167 if (ap.getParameterMask() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in msgListing()
2694 if (ap.getConvoParameterMask() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER in convoListing()
[all …]
DBluetoothMapbMessage.java42 protected int mAppParamCharset = BluetoothMapAppParams.INVALID_VALUE_PARAMETER;
DBluetoothMapContentObserver.java3078 (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) in pushMessage()
3386 if (BluetoothMapAppParams.INVALID_VALUE_PARAMETER != handle in sendMmsMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapObexServerTest.java135 .thenReturn(BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in setOwnerStatus_withAppParamsInvalid()
138 .thenReturn((long) BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in setOwnerStatus_withAppParamsInvalid()
139 when(params.getChatState()).thenReturn(BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in setOwnerStatus_withAppParamsInvalid()
DBluetoothMapContentTest.java393 .thenReturn(BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in smsSelected_withInvalidFilter()
439 .thenReturn(BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in mmsSelected_withInvalidFilter()
1179 .thenReturn((long) BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in convoListing_withNullFilterRecipient()
1267 .thenReturn((long) BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in convoListing_withNonNullFilterRecipient()
1371 .thenReturn((long) BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in msgListing_withSmsCursorOnly()
1445 .thenReturn((long) BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in msgListing_withMmsCursorOnly()
1537 .thenReturn((long) BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in msgListing_withEmailCursorOnly()
1630 .thenReturn((long) BluetoothMapAppParams.INVALID_VALUE_PARAMETER); in msgListing_withImCursorOnly()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java58 public static final long INVALID_VALUE_PARAMETER = -1; field in BluetoothPbapObexServer
204 private long mDatabaseIdentifierLow = INVALID_VALUE_PARAMETER;
206 private long mDatabaseIdentifierHigh = INVALID_VALUE_PARAMETER;
1800 if (mDatabaseIdentifierLow != INVALID_VALUE_PARAMETER in getDatabaseIdentifier()
1801 && mDatabaseIdentifierHigh != INVALID_VALUE_PARAMETER) { in getDatabaseIdentifier()