Searched refs:nowSec (Results 1 – 1 of 1) sorted by relevance
415 long nowSec, nowMsec; in dvmJdwpLastDebuggerActivity() local428 dvmJdwpGetNowMsec(&nowSec, &nowMsec); in dvmJdwpLastDebuggerActivity()431 s8 now = (s8)nowSec * 1000 + nowMsec; in dvmJdwpLastDebuggerActivity()