OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_VALUE_PARAMETER
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java
80
public static final int
INVALID_VALUE_PARAMETER
= -1;
90
private int maxListCount =
INVALID_VALUE_PARAMETER
;
91
private int startOffset =
INVALID_VALUE_PARAMETER
;
92
private int filterMessageType =
INVALID_VALUE_PARAMETER
;
93
private long filterPeriodBegin =
INVALID_VALUE_PARAMETER
;
94
private long filterPeriodEnd =
INVALID_VALUE_PARAMETER
;
95
private int filterReadStatus =
INVALID_VALUE_PARAMETER
;
98
private int filterPriority =
INVALID_VALUE_PARAMETER
;
99
private int attachment =
INVALID_VALUE_PARAMETER
;
100
private int transparent =
INVALID_VALUE_PARAMETER
;
[
all
...]
BluetoothMapObexServer.java
237
if(appParams.getCharset() == BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
) {
292
if(indicator == BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
||
293
value == BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
||
472
if(appParams.getMaxListCount() == BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
)
475
if(appParams.getStartOffset() == BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
)
578
if(listStartOffset == BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
)
581
if(maxListCount == BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
)
BluetoothMapContentObserver.java
640
int transparent = (ap.getTransparent() == BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
) ?
726
if (BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
!= handle && folder.equalsIgnoreCase("outbox")) {
[
all
...]
BluetoothMapbMessage.java
42
protected int appParamCharset = BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
;
[
all
...]
BluetoothMapContent.java
624
if(subLength == BluetoothMapAppParams.
INVALID_VALUE_PARAMETER
)
[
all
...]
Completed in 429 milliseconds