Searched defs:isForeground (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
H A DService.java613 public final void setForeground(boolean isForeground) { argument
H A DActivityManagerNative.java1079 boolean isForeground = data.readInt() != 0;
1080 setProcessForeground(token, pid, isForeground);
3393 boolean isForeground) throws RemoteException {
3399 data.writeInt(isForeground ? 1 : 0);
3392 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
H A DIActivityManager.java205 boolean isForeground) throws RemoteException;
204 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java240 boolean isForeground() { method in class:RecentsActivity
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java90 boolean isForeground; // is service currently in foreground mode? field in class:ServiceRecord
230 if (isForeground || foregroundId != 0) {
231 pw.print(prefix); pw.print("isForeground="); pw.print(isForeground);
H A DActivityManagerService.java5614 public void setProcessForeground(IBinder token, int pid, boolean isForeground) { argument
5622 if (pr == null && isForeground) {
5635 if (isForeground && token != null) {

Completed in 214 milliseconds