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

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

Completed in 1092 milliseconds