Searched refs:windowLabel (Results 1 – 2 of 2) sorted by relevance
498 void updateLastAnrStateLocked(const std::string& windowLabel, const std::string& reason)
4596 const std::string windowLabel = getApplicationWindowLabel(nullptr, window); in updateLastAnrStateLocked() local4597 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()4602 const std::string windowLabel = getApplicationWindowLabel(application, nullptr); in updateLastAnrStateLocked() local4603 updateLastAnrStateLocked(windowLabel, reason); in updateLastAnrStateLocked()4606 void InputDispatcher::updateLastAnrStateLocked(const std::string& windowLabel, in updateLastAnrStateLocked() argument4618 mLastAnrState += StringPrintf(INDENT2 "Window: %s\n", windowLabel.c_str()); in updateLastAnrStateLocked()