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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java158 public String getLastActivityString() { method in class:BluetoothMapConvoContactElement
216 this.getLastActivityString());
H A DBluetoothMapConvoListingElement.java139 public String getLastActivityString() { method in class:BluetoothMapConvoListingElement
258 getLastActivityString());
H A DBluetoothMapAppParams.java750 appParamBuf.put((byte)getLastActivityString().getBytes("UTF-8").length);
751 appParamBuf.put(getLastActivityString().getBytes());
1091 public String getLastActivityString(){ method in class:BluetoothMapAppParams
H A DBluetoothMapObexServer.java475 ", LastActivity: " + appParams.getLastActivityString() +
1584 ", LastActivity: " + appParams.getLastActivityString() +
H A DBluetoothMapContent.java1196 if (V) Log.v(TAG, "setDateTime: " + e.getLastActivityString());

Completed in 222 milliseconds