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.java593 length += (getLastActivity() == INVALID_VALUE_PARAMETER) ? 0 : 20; in getParamMaxLength()
760 if (getLastActivity() != INVALID_VALUE_PARAMETER) { in encodeParams()
1120 public long getLastActivity() { in getLastActivity() method in BluetoothMapAppParams
DBluetoothMapConvoListingElement.java144 public long getLastActivity() { in getLastActivity() method in BluetoothMapConvoListingElement
DBluetoothMapContent.java3000 if (lastActivity != convoElement.getLastActivity()) { in refreshSmsMmsConvoVersions()
3094 if (lastActivity != convoElement.getLastActivity()) { in refreshImEmailConvoVersions()
3170 if (lastActivity != convoElement.getLastActivity()) { in updateSmsMmsConvoVersion()
3218 if (lastActivity != convoElement.getLastActivity()) { in updateImEmailConvoVersion()
DBluetoothMapObexServer.java849 long lastActivity = appParams.getLastActivity(); in setOwnerStatus()