Searched refs:mCurBroadcastStats (Results 1 – 1 of 1) sorted by relevance
650 BroadcastStats mCurBroadcastStats; field in ActivityManagerService16300 if (mCurBroadcastStats == null) {16321 TimeUtils.formatDuration(mCurBroadcastStats.mStartRealtime, now, pw);16324 - mCurBroadcastStats.mStartUptime, pw);16326 if (!mCurBroadcastStats.dumpStats(pw, " ", dumpPackage)) {16333 if (mCurBroadcastStats == null) {16344 mCurBroadcastStats.dumpCheckinStats(pw, dumpPackage);16346 mCurBroadcastStats = null;19627 if (mCurBroadcastStats == null ||19628 (mCurBroadcastStats.mStartRealtime +(24*60*60*1000) < now)) {[all …]