Home
last modified time | relevance | path

Searched refs:sCurrentActivityThread (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java424 private static volatile ActivityThread sCurrentActivityThread; field in ActivityThread
2556 return sCurrentActivityThread; in currentActivityThread()
2560 return (sCurrentActivityThread != null) ? sCurrentActivityThread.mSystemThread : false; in isSystem()
7925 sCurrentActivityThread = this; in attach()