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.java89 boolean isForeground; // is service currently in foreground mode? field in class:ServiceRecord
229 if (isForeground || foregroundId != 0) {
230 pw.print(prefix); pw.print("isForeground="); pw.print(isForeground);
H A DActivityManagerService.java5466 public void setProcessForeground(IBinder token, int pid, boolean isForeground) { argument
5474 if (pr == null && isForeground) {
5487 if (isForeground && token != null) {

Completed in 178 milliseconds