Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DClientLifecycleManager.java269 static boolean shouldDispatchLaunchActivityItemIndependently( in shouldDispatchLaunchActivityItemIndependently() method in ClientLifecycleManager
DActivityTaskSupervisor.java78 …t static com.android.server.wm.ClientLifecycleManager.shouldDispatchLaunchActivityItemIndependentl…
953 if (shouldDispatchLaunchActivityItemIndependently(r.info.packageName, r.getUid())) { in realStartActivityLocked()