Home
last modified time | relevance | path

Searched defs:isForeground (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DLocationRequestStatistics.java28 boolean isForeground) { in startRequesting()
59 public void updateForeground(String packageName, String providerName, boolean isForeground) { in updateForeground()
156 private void updateForeground(boolean isForeground) { in updateForeground()
/frameworks/base/core/java/android/app/
DService.java668 public final void setForeground(boolean isForeground) { in setForeground()
DIActivityManager.aidl243 void setProcessImportant(in IBinder token, int pid, boolean isForeground, String reason); in setProcessImportant()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DUserGridRecyclerView.java385 boolean isForeground) { in UserRecord()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java107 boolean isForeground; // is service currently in foreground mode? field in ServiceRecord
DActivityManagerService.java5686 public void setProcessImportant(IBinder token, int pid, boolean isForeground, String reason) { in setProcessImportant()
16775 final void updateProcessForegroundLocked(ProcessRecord proc, boolean isForeground, in updateProcessForegroundLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java253 private void createMenuViews(boolean resetState, final boolean isForeground) { in createMenuViews()
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java2344 private void updateForeground(boolean isForeground) { in updateForeground()