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