Searched refs:currentActivityThread (Results 1 – 9 of 9) 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()
1782 public static ActivityThread currentActivityThread() { in currentActivityThread() method in ActivityThread1791 ActivityThread am = currentActivityThread(); in currentOpPackageName()1797 ActivityThread am = currentActivityThread(); in currentPackageName()1803 ActivityThread am = currentActivityThread(); in currentProcessName()1809 ActivityThread am = currentActivityThread(); in currentApplication()
3699 ActivityThread thread = ActivityThread.currentActivityThread(); in startActivity()
1416 ActivityThread.currentActivityThread().scheduleGcIdler(); in handlePackageBroadcast()
92 if (ActivityThread.currentActivityThread() != null) { in uncaughtException()93 ActivityThread.currentActivityThread().stopProfiling(); in uncaughtException()
1245 ActivityThread.currentActivityThread().registerOnActivityPausedListener(activity, in enableForegroundDispatch()1268 ActivityThread.currentActivityThread().unregisterOnActivityPausedListener(activity, in disableForegroundDispatch()
55 Application app = ActivityThread.currentActivityThread().getApplication(); in init()
2242 revokeUriPermission(ActivityThread.currentActivityThread().getApplicationThread(), in handleMessage()2583 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()19765 revokeUriPermission(ActivityThread.currentActivityThread() in recordPssSampleLocked()