Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java750 if (getPresenceAvailability() != INVALID_VALUE_PARAMETER) { in encodeParams()
753 appParamBuf.putInt((int) getPresenceAvailability()); in encodeParams()
1162 public int getPresenceAvailability() { in getPresenceAvailability() method in BluetoothMapAppParams
DBluetoothMapConvoContactElement.java113 public int getPresenceAvailability() { in getPresenceAvailability() method in BluetoothMapConvoContactElement
DBluetoothMapObexServer.java527 + appParams.getPresenceAvailability() + ", PresenceStatus: " + appParams in onPut()
852 int presenceState = appParams.getPresenceAvailability(); in setOwnerStatus()
1844 + appParams.getPresenceAvailability() + ", PresenceStatus: " + appParams in onDelete()
DBluetoothMapContentObserver.java2077 if (contact.getPresenceAvailability() != presenceState in handleContactListChanges()