Searched refs:windowLabel (Results 1 – 2 of 2) sorted by relevance
630 void updateLastAnrStateLocked(const std::string& windowLabel, const std::string& reason)
5602 const std::string windowLabel = getApplicationWindowLabel(nullptr, window); in updateLastAnrStateLocked() local5603 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()5608 const std::string windowLabel = getApplicationWindowLabel(&application, nullptr); in updateLastAnrStateLocked() local5609 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()5612 void InputDispatcher::updateLastAnrStateLocked(const std::string& windowLabel, in updateLastAnrStateLocked() argument5624 mLastAnrState += StringPrintf(INDENT2 "Window: %s\n", windowLabel.c_str()); in updateLastAnrStateLocked()