Searched refs:windowLabel (Results 1 – 2 of 2) sorted by relevance
685 void updateLastAnrStateLocked(const std::string& windowLabel, const std::string& reason)
6514 const std::string windowLabel = getApplicationWindowLabel(nullptr, window); in updateLastAnrStateLocked() local6515 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()6520 const std::string windowLabel = getApplicationWindowLabel(&application, nullptr); in updateLastAnrStateLocked() local6521 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()6524 void InputDispatcher::updateLastAnrStateLocked(const std::string& windowLabel, in updateLastAnrStateLocked() argument6536 mLastAnrState += StringPrintf(INDENT2 "Window: %s\n", windowLabel.c_str()); in updateLastAnrStateLocked()