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

/frameworks/base/core/java/android/app/
H A DService.java613 public final void setForeground(boolean isForeground) { argument
H A DIActivityManager.java187 boolean isForeground) throws RemoteException;
186 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
H A DActivityManagerNative.java928 boolean isForeground = data.readInt() != 0;
929 setProcessForeground(token, pid, isForeground);
2853 boolean isForeground) throws RemoteException {
2859 data.writeInt(isForeground ? 1 : 0);
2852 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java84 boolean isForeground; // is service currently in foreground mode? field in class:ServiceRecord
217 if (isForeground || foregroundId != 0) {
218 pw.print(prefix); pw.print("isForeground="); pw.print(isForeground);
H A DActivityManagerService.java4626 public void setProcessForeground(IBinder token, int pid, boolean isForeground) { argument
4634 if (pr == null && isForeground) {
4647 if (isForeground && token != null) {
10973 info.foreground = r.isForeground;
10979 if (r.isForeground) {
11671 r.isForeground = false;
11941 r.isForeground = true;
11947 if (r.isForeground) {
11948 r.isForeground = false;
11970 if (sr.isForeground) {
[all...]

Completed in 113 milliseconds