Searched refs:restarting (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/app/
H A DActivityManager.java991 public long restarting; field in class:ActivityManager.RunningServiceInfo
1053 dest.writeLong(restarting);
1070 restarting = source.readLong();
1694 * processes to reclaim memory; the system will take care of restarting
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1271 * @param restarting Set to true if we are restarting input on the
1274 public void onStartInputView(EditorInfo info, boolean restarting) { argument
1316 * @param restarting Set to true if we are restarting input on the
1319 public void onStartCandidatesView(EditorInfo info, boolean restarting) { argument
1537 * @param restarting Set to true if input is restarting in the same
1542 public void onStartInput(EditorInfo attribute, boolean restarting) { argument
1565 void doStartInput(InputConnection ic, EditorInfo attribute, boolean restarting) { argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActiveServices.java70 // How long a service needs to be running until restarting its process
82 // The minimum amount of time between restarting services that we allow.
83 // That is, when multiple services are restarting, we won't allow each
906 // Make sure that we don't end up restarting a bunch of services
927 // reason to hold of on restarting their services.
986 // restarting state.
1778 info.restarting = r.nextRestartTime;
1796 info.restarting = r.nextRestartTime;
H A DActivityManagerService.java2919 boolean restarting, boolean allowRestart) {
2920 cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1);
2921 if (!restarting) {
2952 if (!restarting) {
2955 // restarting this process, but there is a visible activity that
2957 // activities are running, taking care of restarting this
4227 // an infinite loop of restarting processes...
10684 boolean restarting, boolean allowRestart, int index) {
10805 // If the caller is restarting this app, then leave it in its
10807 if (restarting) {
2918 handleAppDiedLocked(ProcessRecord app, boolean restarting, boolean allowRestart) argument
10683 cleanUpApplicationRecordLocked(ProcessRecord app, boolean restarting, boolean allowRestart, int index) argument
[all...]

Completed in 130 milliseconds