OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_activity
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/tsproxy/
tsproxy.py
41
last_activity
= None
variable
97
global
last_activity
98
last_activity
= time.clock()
702
global
last_activity
714
last_activity
= time.clock()
742
if now -
last_activity
>= 5:
743
last_activity
= now
/external/libmicrohttpd/src/microspdy/
structures.h
776
unsigned long long
last_activity
;
member in struct:SPDY_Session
/external/libmicrohttpd/src/microhttpd/
internal.h
717
time_t
last_activity
;
member in struct:MHD_Connection
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java
2734
long
last_activity
= cursor.getLong(MMS_SMS_THREAD_COL_DATE);
local
2826
long
last_activity
= imEmailCursor.getLong(fi.mConvoColLastActivity);
local
2902
long
last_activity
= cursor.getLong(MMS_SMS_THREAD_COL_DATE);
local
2949
long
last_activity
= cursor.getLong(fi.mConvoColLastActivity);
local
[
all
...]
Completed in 531 milliseconds