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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1315 * @param restarting Set to true if we are restarting input on the
1318 public void onStartInputView(EditorInfo info, boolean restarting) { argument
1360 * @param restarting Set to true if we are restarting input on the
1363 public void onStartCandidatesView(EditorInfo info, boolean restarting) { argument
1610 * @param restarting Set to true if input is restarting in the same
1615 public void onStartInput(EditorInfo attribute, boolean restarting) { argument
1638 void doStartInput(InputConnection ic, EditorInfo attribute, boolean restarting) { argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManager.java1525 public long restarting; field in class:ActivityManager.RunningServiceInfo
1587 dest.writeLong(restarting);
1604 restarting = source.readLong();
2408 * processes to reclaim memory; the system will take care of restarting
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java2431 // Skip restarting service state -- that is not actually a running process.
3628 public void setRestarting(boolean restarting, int memFactor, long now) { argument
3629 mRestarting = restarting;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4565 boolean restarting, boolean allowRestart) {
4567 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1);
4568 if (!kept && !restarting) {
4592 if (!restarting && hasVisibleActivities && !mStackSupervisor.resumeTopActivitiesLocked()) {
4594 // restarting this process, but there is a visible activity that
4596 // activities are running, taking care of restarting this
6166 // an infinite loop of restarting processes...
11395 Log.i(TAG, "Shutdown complete, restarting!");
15505 boolean restarting, boolean allowRestart, int index) {
15626 // If the caller is restarting thi
4564 handleAppDiedLocked(ProcessRecord app, boolean restarting, boolean allowRestart) argument
15504 cleanUpApplicationRecordLocked(ProcessRecord app, boolean restarting, boolean allowRestart, int index) argument
[all...]

Completed in 2696 milliseconds