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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java729 BroadcastStats mCurBroadcastStats; field in class:ActivityManagerService
17927 if (mCurBroadcastStats == null) {
17948 TimeUtils.formatDuration(mCurBroadcastStats.mStartRealtime, now, pw);
17951 - mCurBroadcastStats.mStartUptime, pw);
17953 if (!mCurBroadcastStats.dumpStats(pw, " ", dumpPackage)) {
17960 if (mCurBroadcastStats == null) {
17971 mCurBroadcastStats.dumpCheckinStats(pw, dumpPackage);
17973 mCurBroadcastStats = null;
21866 if (mCurBroadcastStats == null ||
21867 (mCurBroadcastStats
[all...]

Completed in 111 milliseconds