Home
last modified time | relevance | path

Searched refs:resuming (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/docs/html/ndk/guides/
Dndk-gdb.jd184 you want to do something repeatedly, such as setting up a list of breakpoints, and then resuming
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java921 boolean pauseBackStacks(boolean userLeaving, boolean resuming, boolean dontWait) { in pauseBackStacks() argument
930 someActivityPaused |= stack.startPausingLocked(userLeaving, false, resuming, in pauseBackStacks()
960 boolean resuming, boolean dontWait) { in pauseChildStacks() argument
968 stack.startPausingLocked(userLeaving, uiSleeping, resuming, dontWait); in pauseChildStacks()
DActivityStack.java1076 final boolean startPausingLocked(boolean userLeaving, boolean uiSleeping, boolean resuming, in startPausingLocked() argument
1090 if (!resuming) { in startPausingLocked()
1099 mStackSupervisor.pauseChildStacks(prev, userLeaving, uiSleeping, resuming, dontWait); in startPausingLocked()
1182 if (!resuming) { in startPausingLocked()
/frameworks/base/docs/html/guide/components/
Dactivities.jd68 state—whether the system is creating it, stopping it, resuming it, or destroying it—and
533 <td>Called when the system is about to start resuming another
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd230 create a new {@link android.media.MediaPlayer} and prepare it again before resuming playback.</p>
/frameworks/base/docs/html/training/articles/
Dmemory.jd293 resuming your app state.</p>