Searched refs:currentActivityThread (Results 1 – 8 of 8) sorted by relevance
58 ActivityThread currentActivityThread = ActivityThread.currentActivityThread(); in getIntCoreSetting() local59 if (currentActivityThread != null) { in getIntCoreSetting()60 return currentActivityThread.getIntCoreSetting(key, defaultValue); in getIntCoreSetting()
106 mActivityThread = ActivityThread.currentActivityThread(); in LocalActivityManager()
1638 public static ActivityThread currentActivityThread() { in currentActivityThread() method in ActivityThread1647 ActivityThread am = currentActivityThread(); in currentOpPackageName()1653 ActivityThread am = currentActivityThread(); in currentPackageName()1659 ActivityThread am = currentActivityThread(); in currentProcessName()1665 ActivityThread am = currentActivityThread(); in currentApplication()
2971 ActivityThread thread = ActivityThread.currentActivityThread(); in startActivity()
1195 ActivityThread.currentActivityThread().scheduleGcIdler(); in handlePackageBroadcast()
1208 ActivityThread.currentActivityThread().registerOnActivityPausedListener(activity, in enableForegroundDispatch()1231 ActivityThread.currentActivityThread().unregisterOnActivityPausedListener(activity, in disableForegroundDispatch()
55 Application app = ActivityThread.currentActivityThread().getApplication(); in init()
2001 revokeUriPermission(ActivityThread.currentActivityThread().getApplicationThread(), in handleMessage()2292 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()18262 revokeUriPermission(ActivityThread.currentActivityThread() in recordPssSampleLocked()