Home
last modified time | relevance | path

Searched refs:getLastActivityString (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java158 public String getLastActivityString() { in getLastActivityString() method in BluetoothMapConvoContactElement
215 xmlConvoElement.attribute(null, XML_ATT_LAST_ACTIVITY, this.getLastActivityString()); in encode()
DBluetoothMapConvoListingElement.java148 public String getLastActivityString() { in getLastActivityString() method in BluetoothMapConvoListingElement
272 xmlConvoElement.attribute(null, XML_ATT_LAST_ACTIVITY, getLastActivityString()); in encode()
DBluetoothMapAppParams.java762 appParamBuf.put((byte) getLastActivityString().getBytes("UTF-8").length); in encodeParams()
763 appParamBuf.put(getLastActivityString().getBytes()); in encodeParams()
1124 public String getLastActivityString() { in getLastActivityString() method in BluetoothMapAppParams
DBluetoothMapObexServer.java529 + appParams.getLastActivityString() + ", ChatStatus: " in onPut()
1846 + appParams.getLastActivityString() + ", ChatStatus: " in onDelete()
DBluetoothMapContent.java1282 Log.v(TAG, "setDateTime: " + e.getLastActivityString()); in setLastActivity()