Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElementTest.java80 assertThat(contactElement.getLastActivityString()) in constructorWithArguments()
118 assertThat(contactElement.getLastActivityString()) in settersAndGetters()
164 assertThat(contactElementFromXml.getLastActivityString()) in encodeToXml_thenDecodeToInstance_returnsCorrectly()
DBluetoothMapAppParamsTest.java270 String lastActivityString = appParams.getLastActivityString(); in setAndGetLastActivity_withString()
DBluetoothMapContentObserverTest.java1073 contactElement.getLastActivityString(), format.format(TEST_LAST_ACTIVITY)); in initContactsList()
2416 contactElement.getLastActivityString(), format.format(TEST_LAST_ACTIVITY)); in handleContactListChanges_withNullContactForUci()
2487 contactElement.getLastActivityString(), format.format(TEST_LAST_ACTIVITY)); in handleContactListChanges_withNonNullContactForUci()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java172 public String getLastActivityString() { in getLastActivityString() method in BluetoothMapConvoContactElement
229 xmlConvoElement.attribute(null, XML_ATT_LAST_ACTIVITY, this.getLastActivityString()); in encode()
DBluetoothMapConvoListingElement.java147 public String getLastActivityString() { in getLastActivityString() method in BluetoothMapConvoListingElement
270 xmlConvoElement.attribute(null, XML_ATT_LAST_ACTIVITY, getLastActivityString()); in encode()
DBluetoothMapAppParams.java1130 appParamBuf.put((byte) getLastActivityString().getBytes("UTF-8").length); in encodeParams()
1131 appParamBuf.put(getLastActivityString().getBytes()); in encodeParams()
1501 public String getLastActivityString() { in getLastActivityString() method in BluetoothMapAppParams
DBluetoothMapObexServer.java543 + appParams.getLastActivityString() in onPut()
2192 + appParams.getLastActivityString() in onDelete()
DBluetoothMapContent.java1228 Log.v(TAG, "setDateTime: " + e.getLastActivityString()); in setLastActivity()