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

/frameworks/base/core/java/android/app/
H A DService.java669 public final void setForeground(boolean isForeground) { argument
/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java97 boolean isForeground; // is service currently in foreground mode? field in class:ServiceRecord
239 if (isForeground || foregroundId != 0) {
240 pw.print(prefix); pw.print("isForeground="); pw.print(isForeground);
H A DActivityManagerService.java7801 public void setProcessImportant(IBinder token, int pid, boolean isForeground, String reason) { argument
7809 if (pr == null && isForeground) {
7822 if (isForeground && token != null) {
22301 final void updateProcessForegroundLocked(ProcessRecord proc, boolean isForeground, argument
22303 if (isForeground != proc.foregroundServices) {
22304 proc.foregroundServices = isForeground;
22307 if (isForeground) {
[all...]

Completed in 484 milliseconds