Home
last modified time | relevance | path

Searched refs:getPresenceStatus (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java580 if(getPresenceStatus() != null) in getParamMaxLength()
581 length += getPresenceStatus().getBytes("UTF-8").length; in getParamMaxLength()
744 if (getPresenceStatus()!= null) { in EncodeParams()
746 appParamBuf.put((byte)getPresenceStatus().getBytes("UTF-8").length); in EncodeParams()
747 appParamBuf.put(getPresenceStatus().getBytes()); in EncodeParams()
1109 public String getPresenceStatus(){ in getPresenceStatus() method in BluetoothMapAppParams
DBluetoothMapConvoContactElement.java98 public String getPresenceStatus() { in getPresenceStatus() method in BluetoothMapConvoContactElement
DBluetoothMapObexServer.java456 ", PresenceStatus: " + appParams.getPresenceStatus() + in onPut()
713 String presenceStatus = appParams.getPresenceStatus(); in setOwnerStatus()
1554 ", PresenceStatus: " + appParams.getPresenceStatus() + in onDelete()
DBluetoothMapContentObserver.java1964 .getPresenceStatus(); in handleContactListChanges()