Searched refs:mLastTrigger (Results 1 – 1 of 1) sorted by relevance
187 private long mLastTrigger; field in AlarmManagerService2299 pw.print(" Last trigger: "); TimeUtils.formatDuration(mLastTrigger, nowELAPSED, pw); in dumpImpl()2300 pw.print(" = "); pw.println(mLastTrigger); in dumpImpl()4044 mLastTrigger = nowELAPSED; in run()