HomeSort by relevance Sort by last modified time
    Searched refs:mMaxMsgSize (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 168 private int mMaxMsgSize = INVALID_VALUE;
210 return mMaxMsgSize;
214 this.mMaxMsgSize = maxMsgSize;
323 if(mMaxMsgSize != INVALID_VALUE)
473 mMaxMsgSize = is.read();
474 mMaxMsgSize = mMaxMsgSize << 8 | is.read();
663 if(mMaxMsgSize != INVALID_VALUE) {
664 writeParameter(os, PARAM_MAX_MSG_SIZE_ID, mMaxMsgSize,
737 reqMsg.setMaxMessageSize(mMaxMsgSize);
    [all...]
SapServer.java 96 private int mMaxMsgSize = 0;
139 fakeConReq.setMaxMsgSize(mMaxMsgSize);
498 mMaxMsgSize = msg.getMaxMsgSize();
611 rilSapConnect.setMaxMsgSize(mMaxMsgSize);
    [all...]

Completed in 601 milliseconds