Searched refs:mPresenceStatus (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java55 private String mPresenceStatus = null; field in class:BluetoothMapConvoContactElement
78 this.mPresenceStatus = presenceStatus;
82 this.mPresenceStatus = presenceStatus;
98 return mPresenceStatus;
110 this.mPresenceStatus = presenceStatus;
225 if(mPresenceStatus != null) {
226 xmlConvoElement.attribute(null, XML_ATT_PRESENCE_STATUS, mPresenceStatus);
332 if (mPresenceStatus == null) {
333 if (other.mPresenceStatus != null) {
336 } else if (!mPresenceStatus
[all...]
H A DBluetoothMapAppParams.java170 private String mPresenceStatus = null; field in class:BluetoothMapAppParams
1106 this.mPresenceStatus = status;
1109 return this.mPresenceStatus;

Completed in 67 milliseconds