OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLastActivity
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java
165
public void
setLastActivity
(long dateTime) {
169
public void
setLastActivity
(String lastActivity) throws ParseException {
265
newElement.
setLastActivity
(attributeValue);
BluetoothMapConvoListingElement.java
145
public void
setLastActivity
(long last) {
146
if(D) Log.d(TAG, "
setLastActivity
: " + last);
150
public void
setLastActivity
(String lastActivity)throws ParseException {
301
newElement.
setLastActivity
(attributeValue);
BluetoothMapAppParams.java
472
setLastActivity
(new String(appParams, i, tagLength));
[
all
...]
BluetoothMapContent.java
[
all
...]
BluetoothMapContentObserver.java
[
all
...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapTestData.java
115
contact.
setLastActivity
(TEST_ACTIVITY_BEGIN +
Completed in 46 milliseconds