Searched defs:INVALID_VALUE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSmsPdu.java45 private static int INVALID_VALUE = -1; field in class:BluetoothMapSmsPdu
71 private int mUserDataSeptetPadding = INVALID_VALUE;
76 this.mEncoding = INVALID_VALUE;
78 this.mLanguageTable = INVALID_VALUE;
79 this.mLanguageShiftTable = INVALID_VALUE;
H A DBluetoothMapbMessage.java41 public static int INVALID_VALUE = -1; field in class:BluetoothMapbMessage
52 private long mPartId = INVALID_VALUE;
57 private int mBMsgLength = INVALID_VALUE;
739 if(mBMsgLength == INVALID_VALUE)
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java153 public static final int INVALID_VALUE = -1; field in class:SapMessage
167 private int mMsgType = INVALID_VALUE; // The SAP message ID
169 private int mMaxMsgSize = INVALID_VALUE;
170 private int mConnectionStatus = INVALID_VALUE;
171 private int mResultCode = INVALID_VALUE;
172 private int mDisconnectionType = INVALID_VALUE;
173 private int mCardReaderStatus = INVALID_VALUE;
174 private int mStatusChange = INVALID_VALUE;
175 private int mTransportProtocol = INVALID_VALUE;
176 private int mTestMode = INVALID_VALUE;
[all...]

Completed in 65 milliseconds