Searched refs:mBootTime (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWatchdog.java100 long mBootTime; field in class:Watchdog
205 mBootTime = System.currentTimeMillis();
255 (now-mBootTime) >= (rebootIntervalMillis-rebootWindowMillis)) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h418 nsecs_t mBootTime; member in class:android::SurfaceFlinger
H A DSurfaceFlinger.cpp93 mBootTime(systemTime()),
211 const nsecs_t duration = now - mBootTime;

Completed in 2259 milliseconds