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.java590 if (getPresenceStatus() != null) { in getParamMaxLength()
591 length += getPresenceStatus().getBytes("UTF-8").length; in getParamMaxLength()
755 if (getPresenceStatus() != null) { in encodeParams()
757 appParamBuf.put((byte) getPresenceStatus().getBytes("UTF-8").length); in encodeParams()
758 appParamBuf.put(getPresenceStatus().getBytes()); in encodeParams()
1144 public String getPresenceStatus() { in getPresenceStatus() method in BluetoothMapAppParams
DBluetoothMapConvoContactElement.java97 public String getPresenceStatus() { in getPresenceStatus() method in BluetoothMapConvoContactElement
DBluetoothMapObexServer.java523 .getPresenceStatus() + ", LastActivity: " in onPut()
848 String presenceStatus = appParams.getPresenceStatus(); in setOwnerStatus()
1840 .getPresenceStatus() + ", LastActivity: " in onDelete()
DBluetoothMapContentObserver.java2065 String currentPresenceStatus = contact.getPresenceStatus(); in handleContactListChanges()