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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java170 private int mConnectionStatus = INVALID_VALUE; field in class:SapMessage
219 return mConnectionStatus;
223 this.mConnectionStatus = connectionStatus;
326 if(mConnectionStatus != INVALID_VALUE)
513 mConnectionStatus = is.read();
653 if(mConnectionStatus != INVALID_VALUE) {
654 writeParameter(os,PARAM_CONNECTION_STATUS_ID, mConnectionStatus,
914 mConnectionStatus = CON_STATUS_OK;
917 mConnectionStatus = CON_STATUS_OK_ONGOING_CALL;
920 mConnectionStatus
[all...]

Completed in 28 milliseconds