Searched refs:sCurrentActivityThread (Results 1 – 1 of 1) sorted by relevance
352 private static volatile ActivityThread sCurrentActivityThread; field in ActivityThread2117 return sCurrentActivityThread; in currentActivityThread()2121 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false; in isSystem()7112 sCurrentActivityThread = this; in attach()