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

/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 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 726 milliseconds