Home
last modified time | relevance | path

Searched refs:getSubjectLength (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java499 if (getSubjectLength() != INVALID_VALUE_PARAMETER) { in EncodeParams()
502 appParamBuf.put((byte) getSubjectLength()); in EncodeParams()
736 public int getSubjectLength() { in getSubjectLength() method in BluetoothMapAppParams
DBluetoothMapObexServer.java673 … Log.d(TAG,"SubjectLength = " + appParams.getSubjectLength() + ", ParameterMask = " + in onGet()
DBluetoothMapContent.java646 int subLength = ap.getSubjectLength(); in setSubject()