HomeSort by relevance Sort by last modified time
    Searched defs:ActivityManagerService (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
VrController.java 27 * Helper class for {@link ActivityManagerService} responsible for VrMode-related ActivityManager
34 * <li>Tracking the state of ActivityManagerService's view of VR-related behavior flags.
41 * <p>This class is exclusively for use by ActivityManagerService. Do not add callbacks or other
114 * @param globalAmLock the global ActivityManagerService lock.
121 * Called when ActivityManagerService receives its systemReady call during boot.
131 * Called when ActivityManagerService's TOP_APP process has changed.
133 * <p>Note: This must be called with the global ActivityManagerService lock held.
149 * Called when ActivityManagerService is switching VR mode for the TOP_APP process.
196 * <p>Note: This must be called with the global ActivityManagerService lock and the
230 * <p>Note: This must be called with the global ActivityManagerService lock and th
    [all...]
AppErrors.java 64 import static com.android.server.am.ActivityManagerService.MY_PID;
65 import static com.android.server.am.ActivityManagerService.SYSTEM_DEBUGGABLE;
74 private final ActivityManagerService mService;
100 AppErrors(Context context, ActivityManagerService service) {
359 * {@link ActivityManagerService#handleAppDiedLocked}.
381 msg.what = ActivityManagerService.SHOW_ERROR_UI_MSG;
481 ActivityManagerService.killProcessGroup(uid, pid);
    [all...]
ProcessRecord.java 606 ActivityManagerService.killProcessGroup(uid, pid);
    [all...]
ActivityManagerService.java 454 public class ActivityManagerService extends IActivityManager.Stub
462 private static final String TAG = TAG_WITH_CLASS_NAME ? "ActivityManagerService" : TAG_AM;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
Watchdog.java 27 import com.android.server.am.ActivityManagerService;
110 ActivityManagerService mActivity;
285 public void init(Context context, ActivityManagerService activity) {
478 ActivityManagerService.dumpStackTraces(true, pids, null, null,
505 final File stack = ActivityManagerService.dumpStackTraces(

Completed in 165 milliseconds