Lines Matching refs:foreground
91 process is considered to be in the foreground if any of the following conditions are true:</p>
101 <li>It hosts a {@link android.app.Service} that's running "in the foreground"—the
112 <p>Generally, only a few foreground processes exist at any given time. They are killed only as
114 point, the device has reached a memory paging state, so killing some foreground processes is
118 <p>A process that doesn't have any foreground components, but still can
123 <li>It hosts an {@link android.app.Activity} that is not in the foreground, but is still
125 This might occur, for example, if the foreground activity started a dialog, which allows the
128 <li>It hosts a {@link android.app.Service} that's bound to a visible (or foreground)
133 is required to keep all foreground processes running. </p>
142 to retain them along with all foreground and visible processes. </p>
149 foreground,