Searched refs:mLastANRState (Results 1 – 2 of 2) sorted by relevance
637 String mLastANRState; field in WindowManagerService5547 mLastANRState = null; in handleMessage()5548 mAtmService.mLastANRState = null; in handleMessage()6832 if (mLastANRState == null) { in dumpLastANRLocked()6835 pw.println(mLastANRState); in dumpLastANRLocked()6879 mLastANRState = sw.toString(); in saveANRStateLocked()
571 String mLastANRState; field in ActivityTaskManagerService4091 if (mLastANRState == null) { in dumpLastANRLocked()4094 pw.println(mLastANRState); in dumpLastANRLocked()5436 mLastANRState = sw.toString(); in saveANRState()