Searched refs:resuming (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/docs/html/ndk/guides/ |
D | ndk-gdb.jd | 184 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/ |
D | ActivityStackSupervisor.java | 921 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()
|
D | ActivityStack.java | 1076 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/ |
D | activities.jd | 68 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/ |
D | mediaplayer.jd | 230 create a new {@link android.media.MediaPlayer} and prepare it again before resuming playback.</p>
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 293 resuming your app state.</p>
|