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 30 * Helper class for {@link ActivityManagerService} responsible for VrMode-related ActivityManager
37 * <li>Tracking the state of ActivityManagerService's view of VR-related behavior flags.
44 * <p>This class is exclusively for use by ActivityManagerService. Do not add callbacks or other
129 * @param globalAmLock the global ActivityManagerService lock.
136 * Called when ActivityManagerService receives its systemReady call during boot.
146 * Called when ActivityManagerService's TOP_APP process has changed.
148 * <p>Note: This must be called with the global ActivityManagerService lock held.
164 * Called when ActivityManagerService is switching VR mode for the TOP_APP process.
211 * <p>Note: This must be called with the global ActivityManagerService lock and the
245 * <p>Note: This must be called with the global ActivityManagerService lock and th
    [all...]
AppErrors.java 67 import static com.android.server.am.ActivityManagerService.MY_PID;
68 import static com.android.server.am.ActivityManagerService.SYSTEM_DEBUGGABLE;
77 private final ActivityManagerService mService;
103 AppErrors(Context context, ActivityManagerService service) {
430 * {@link ActivityManagerService#handleAppDiedLocked}.
452 msg.what = ActivityManagerService.SHOW_ERROR_UI_MSG;
560 ActivityManagerService.killProcessGroup(uid, pid);
    [all...]
ProcessRecord.java 60 private final ActivityManagerService mService; // where we came from
492 ProcessRecord(ActivityManagerService _service, BatteryStatsImpl _batteryStats,
    [all...]
ActivityManagerService.java 517 public class ActivityManagerService extends IActivityManager.Stub
525 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;
111 ActivityManagerService mActivity;
286 public void init(Context context, ActivityManagerService activity) {
479 ActivityManagerService.dumpStackTraces(true, pids, null, null,
506 final File stack = ActivityManagerService.dumpStackTraces(

Completed in 660 milliseconds