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()
1802 public static ActivityThread currentActivityThread() { in currentActivityThread() method in ActivityThread1811 ActivityThread am = currentActivityThread(); in currentOpPackageName()1817 ActivityThread am = currentActivityThread(); in currentPackageName()1823 ActivityThread am = currentActivityThread(); in currentProcessName()1829 ActivityThread am = currentActivityThread(); in currentApplication()
3763 ActivityThread thread = ActivityThread.currentActivityThread(); in startActivity()
1420 ActivityThread.currentActivityThread().scheduleGcIdler(); in handlePackageBroadcast()
92 if (ActivityThread.currentActivityThread() != null) { in uncaughtException()93 ActivityThread.currentActivityThread().stopProfiling(); in uncaughtException()
1310 ActivityThread.currentActivityThread().registerOnActivityPausedListener(activity, in enableForegroundDispatch()1339 ActivityThread.currentActivityThread().unregisterOnActivityPausedListener(activity, in disableForegroundDispatch()
55 Application app = ActivityThread.currentActivityThread().getApplication(); in init()
2271 revokeUriPermission(ActivityThread.currentActivityThread().getApplicationThread(), in handleMessage()2627 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()20106 revokeUriPermission(ActivityThread.currentActivityThread() in recordPssSampleLocked()