Searched refs:mBroadcastSummaryHistory (Results 1 – 1 of 1) sorted by relevance
107 final Intent[] mBroadcastSummaryHistory = new Intent[MAX_BROADCAST_SUMMARY_HISTORY]; field in BroadcastQueue1082 System.arraycopy(mBroadcastSummaryHistory, 0, mBroadcastSummaryHistory, 1, in addBroadcastToHistoryLocked()1084 mBroadcastSummaryHistory[0] = r.intent; in addBroadcastToHistoryLocked()1211 Intent intent = mBroadcastSummaryHistory[i]; in dumpLocked()