Searched refs:mLastANRState (Results 1 – 2 of 2) sorted by relevance
703 String mLastANRState; field in WindowManagerService5873 mLastANRState = null; in handleMessage()5874 mAtmService.mLastANRState = null; in handleMessage()7130 if (mLastANRState == null) { in dumpLastANRLocked()7133 pw.println(mLastANRState); in dumpLastANRLocked()7196 mLastANRState = sw.toString(); in saveANRStateLocked()
585 String mLastANRState; field in ActivityTaskManagerService4240 if (mLastANRState == null) { in dumpLastANRLocked()4243 pw.println(mLastANRState); in dumpLastANRLocked()5648 mLastANRState = sw.toString(); in saveANRState()