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.java1002 boolean isForeground = data.readInt() != 0;
1003 setProcessForeground(token, pid, isForeground);
3061 boolean isForeground) throws RemoteException {
3067 data.writeInt(isForeground ? 1 : 0);
3060 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
H A DIActivityManager.java192 boolean isForeground) throws RemoteException;
191 setProcessForeground(IBinder token, int pid, boolean isForeground) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java232 boolean isForeground() { method in class:RecentsActivity
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java85 boolean isForeground; // is service currently in foreground mode? field in class:ServiceRecord
218 if (isForeground || foregroundId != 0) {
219 pw.print(prefix); pw.print("isForeground="); pw.print(isForeground);
H A DActivityManagerService.java4803 public void setProcessForeground(IBinder token, int pid, boolean isForeground) { argument
4811 if (pr == null && isForeground) {
4824 if (isForeground && token != null) {

Completed in 332 milliseconds