Searched defs:restarting (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java285 public void setRestarting(boolean restarting, int memFactor, long now) { argument
286 mRestarting = restarting;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1439 * @param restarting Set to true if we are restarting input on the
1442 public void onStartInputView(EditorInfo info, boolean restarting) { argument
1484 * @param restarting Set to true if we are restarting input on the
1487 public void onStartCandidatesView(EditorInfo info, boolean restarting) { argument
1753 * @param restarting Set to true if input is restarting in the same
1758 public void onStartInput(EditorInfo attribute, boolean restarting) { argument
1781 void doStartInput(InputConnection ic, EditorInfo attribute, boolean restarting) { argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManager.java2171 public long restarting; field in class:ActivityManager.RunningServiceInfo
2233 dest.writeLong(restarting);
2250 restarting = source.readLong();
3145 * processes to reclaim memory; the system will take care of restarting
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java5085 boolean restarting, boolean allowRestart) {
5087 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1,
5089 if (!kept && !restarting) {
5113 if (!restarting && hasVisibleActivities
5115 // If there was nothing to resume, and we are not already restarting this process, but
5117 // visible activities are running, taking care of restarting this process.
6612 // an infinite loop of restarting processes...
13104 Log.i(TAG, "Shutdown complete, restarting!");
16942 boolean restarting, boolean allowRestart, int index, boolean replacingPid) {
17065 // If the caller is restarting thi
5084 handleAppDiedLocked(ProcessRecord app, boolean restarting, boolean allowRestart) argument
16941 cleanUpApplicationRecordLocked(ProcessRecord app, boolean restarting, boolean allowRestart, int index, boolean replacingPid) argument
[all...]

Completed in 260 milliseconds