Home | History | Annotate | Download | only in components

Lines Matching full:foreground

96   <li><b>Foreground process</b>
98 process is considered to be in the foreground if any of the following conditions are true:</p>
108 <li>It hosts a {@link android.app.Service} that's running "in the foreground"&mdash;the
119 <p>Generally, only a few foreground processes exist at any given time. They are killed only as
121 point, the device has reached a memory paging state, so killing some foreground processes is
125 <p>A process that doesn't have any foreground components, but still can
130 <li>It hosts an {@link android.app.Activity} that is not in the foreground, but is still
132 This might occur, for example, if the foreground activity started a dialog, which allows the
135 <li>It hosts a {@link android.app.Service} that's bound to a visible (or foreground)
140 is required to keep all foreground processes running. </p>
149 to retain them along with all foreground and visible processes. </p>
156 foreground,