Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java582 length += (getLastActivity() == INVALID_VALUE_PARAMETER) ? 0 : 20; in getParamMaxLength()
749 if (getLastActivity() != INVALID_VALUE_PARAMETER) { in EncodeParams()
1089 public long getLastActivity(){ in getLastActivity() method in BluetoothMapAppParams
DBluetoothMapConvoListingElement.java135 public long getLastActivity() { in getLastActivity() method in BluetoothMapConvoListingElement
DBluetoothMapContent.java2739 if(last_activity != convoElement.getLastActivity()) { in refreshSmsMmsConvoVersions()
2831 if(last_activity != convoElement.getLastActivity()) { in refreshImEmailConvoVersions()
2907 if(last_activity != convoElement.getLastActivity()) { in updateSmsMmsConvoVersion()
2954 if(last_activity != convoElement.getLastActivity()) { in updateImEmailConvoVersion()
DBluetoothMapObexServer.java714 long lastActivity = appParams.getLastActivity(); in setOwnerStatus()