Searched refs:isForeground (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
H A DService.java601 public final void setForeground(boolean isForeground) { argument
H A DIActivityManager.java219 boolean isForeground) throws RemoteException;
218 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
H A DActivityManagerNative.java869 boolean isForeground = data.readInt() != 0;
870 setProcessForeground(token, pid, isForeground);
2626 boolean isForeground) throws RemoteException {
2632 data.writeInt(isForeground ? 1 : 0);
2625 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java80 boolean isForeground; // is service currently in foreground mode? field in class:ServiceRecord
210 if (isForeground || foregroundId != 0) {
211 pw.print(prefix); pw.print("isForeground="); pw.print(isForeground);
H A DActivityManagerService.java4355 public void setProcessForeground(IBinder token, int pid, boolean isForeground) { argument
4374 if (isForeground && token != null) {
10303 info.foreground = r.isForeground;
10309 if (r.isForeground) {
10962 r.isForeground = false;
11223 r.isForeground = true;
11229 if (r.isForeground) {
11230 r.isForeground = false;
11252 if (sr.isForeground) {

Completed in 2571 milliseconds