Searched refs:currentActivityThread (Results 1 – 19 of 19) 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()
1902 public static ActivityThread currentActivityThread() { in currentActivityThread() method in ActivityThread1911 ActivityThread am = currentActivityThread(); in currentOpPackageName()1917 ActivityThread am = currentActivityThread(); in currentPackageName()1923 ActivityThread am = currentActivityThread(); in currentProcessName()1929 ActivityThread am = currentActivityThread(); in currentApplication()
4466 ActivityThread thread = ActivityThread.currentActivityThread(); in startActivity()
1544 ActivityThread.currentActivityThread().scheduleGcIdler(); in handlePackageBroadcast()
114 return ActivityThread.currentActivityThread().getSystemUiContext(); in getUiContext()
3658 ActivityThread.currentActivityThread().getSystemUiContext(), in showInputMethodMenu()
111 if (ActivityThread.currentActivityThread() != null) { in uncaughtException()112 ActivityThread.currentActivityThread().stopProfiling(); in uncaughtException()
1330 ActivityThread.currentActivityThread().registerOnActivityPausedListener(activity, in enableForegroundDispatch()1359 ActivityThread.currentActivityThread().unregisterOnActivityPausedListener(activity, in disableForegroundDispatch()
55 Application app = ActivityThread.currentActivityThread().getApplication(); in init()
224 ActivityThread.currentActivityThread().getSystemUiContext()) in createShortcutWarningDialog()
83 mContext = ActivityThread.currentActivityThread().getSystemUiContext(); in ImmersiveModeConfirmation()
2690 Context uiContext = ActivityThread.currentActivityThread().getSystemUiContext(); in onConfigurationChanged()
477 final Context context = ActivityThread.currentActivityThread().getSystemUiContext(); in SystemBarBackgroundPainter()
3361 ShutdownThread.shutdown(ActivityThread.currentActivityThread().getSystemUiContext(), in shutdown()3369 ShutdownThread.reboot(ActivityThread.currentActivityThread().getSystemUiContext(), in reboot()3377 ShutdownThread.rebootSafeMode(ActivityThread.currentActivityThread().getSystemUiContext(), in rebootSafeMode()
144 mUi = new AutoFillUI(ActivityThread.currentActivityThread().getSystemUiContext()); in AutofillManagerService()
1064 return ActivityThread.currentActivityThread().getSystemUiContext(); in getUiContext()
2358 revokeUriPermission(ActivityThread.currentActivityThread().getApplicationThread(), in handleMessage()2709 mSystemThread = ActivityThread.currentActivityThread(); in ActivityManagerService()21726 revokeUriPermission(ActivityThread.currentActivityThread()
15512 HSPLandroid/app/ActivityThread;->currentActivityThread()Landroid/app/ActivityThread;