Searched refs:resumed (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DNfcActivityManager.java106 boolean resumed = false; field in class:NfcActivityManager.NfcActivityState
117 // Check if activity is resumed right now, as we will not
119 resumed = activity.isResumed();
126 resumed = false;
170 if (state.resumed) {
197 isResumed = state.resumed;
211 isResumed = state.resumed;
223 isResumed = state.resumed;
236 isResumed = state.resumed;
249 isResumed = state.resumed;
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java247 * Current activity that is resumed, or null if there is none.
764 // This activity is not starting in the resumed state... which
861 // Still have something resumed; can't sleep until it is paused.
941 Slog.e(TAG, "Trying to pause when nothing is resumed", e);
1190 * the resumed state (either by launching it or explicitly telling it),
1394 * Ensure that the top activity in the stack is resumed.
1396 * @param prev The previously resumed activity, for when in the process
1399 * @return Returns true if something is being resumed, or false if
1426 // If the top activity is the resumed one, nothing to do.
1436 // If we are sleeping, and there is no resumed activit
[all...]
H A DActivityManagerService.java699 * activities from being started/resumed.
2199 void updateUsageStats(ActivityRecord resumedComponent, boolean resumed) { argument
2200 if (resumed) {
2521 // If this is coming from the currently resumed activity, it is
8069 // re-start our crashing activity once it gets resumed again.
/frameworks/base/core/java/android/app/
H A DActivityThread.java2307 final boolean resumed = !r.paused;
2308 if (resumed) {
2313 if (resumed) {
2863 // Tell the activity manager we have resumed.
2980 // isn't resumed.
2984 "Performing pause of activity that is not resumed: "
3098 // if the activity isn't resumed.
3102 "Performing stop of activity that is not resumed: "
3332 final boolean resumed = !r.paused;
3334 && r.hideForNow && resumed) {
[all...]

Completed in 678 milliseconds