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

/frameworks/base/core/java/android/app/
H A DActivityManager.java1049 public long restarting; field in class:ActivityManager.RunningServiceInfo
1111 dest.writeLong(restarting);
1128 restarting = source.readLong();
1930 * processes to reclaim memory; the system will take care of restarting
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1282 * @param restarting Set to true if we are restarting input on the
1285 public void onStartInputView(EditorInfo info, boolean restarting) { argument
1327 * @param restarting Set to true if we are restarting input on the
1330 public void onStartCandidatesView(EditorInfo info, boolean restarting) { argument
1548 * @param restarting Set to true if input is restarting in the same
1553 public void onStartInput(EditorInfo attribute, boolean restarting) { argument
1576 void doStartInput(InputConnection ic, EditorInfo attribute, boolean restarting) { argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java3099 public void setRestarting(boolean restarting, int memFactor, long now) { argument
3100 mRestarting = restarting;
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3605 boolean restarting, boolean allowRestart) {
3606 cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1);
3607 if (!restarting) {
3628 if (!restarting) {
3631 // restarting this process, but there is a visible activity that
3633 // activities are running, taking care of restarting this
4982 // an infinite loop of restarting processes...
8984 Log.i(TAG, "Shutdown complete, restarting!");
12388 boolean restarting, boolean allowRestart, int index) {
12503 // If the caller is restarting thi
3604 handleAppDiedLocked(ProcessRecord app, boolean restarting, boolean allowRestart) argument
12387 cleanUpApplicationRecordLocked(ProcessRecord app, boolean restarting, boolean allowRestart, int index) argument
[all...]

Completed in 183 milliseconds