OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setLastActivity
(Results
1 - 4
of
4
) 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
...]
Completed in 44 milliseconds