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

/frameworks/base/core/java/android/app/
H A DActivityManager.java400 public long restarting; field in class:ActivityManager.RunningServiceInfo
462 dest.writeLong(restarting);
479 restarting = source.readLong();
1006 * processes to reclaim memory; the system will take care of restarting
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1155 * @param restarting Set to true if we are restarting input on the
1158 public void onStartInputView(EditorInfo info, boolean restarting) { argument
1199 * @param restarting Set to true if we are restarting input on the
1202 public void onStartCandidatesView(EditorInfo info, boolean restarting) { argument
1405 * @param restarting Set to true if input is restarting in the same
1410 public void onStartInput(EditorInfo attribute, boolean restarting) { argument
1432 void doStartInput(InputConnection ic, EditorInfo attribute, boolean restarting) { argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java228 // How long a service needs to be running until restarting its process
240 // The minimum amount of time between restarting services that we allow.
241 // That is, when multiple services are restarting, we won't allow each
2533 boolean restarting) {
2534 cleanUpApplicationRecordLocked(app, restarting, -1);
2535 if (!restarting) {
2608 if (!restarting) {
2611 // restarting this process, but there is a visible activity that
2613 // activities are running, taking care of restarting this
3545 // an infinite loop of restarting processe
2532 handleAppDiedLocked(ProcessRecord app, boolean restarting) argument
8243 cleanUpApplicationRecordLocked(ProcessRecord app, boolean restarting, int index) argument
[all...]

Completed in 147 milliseconds