Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DProcessMemoryState.java128 public final boolean hasForegroundServices; field in ProcessMemoryState
145 boolean hasForegroundServices, int hostingComponentTypes, in ProcessMemoryState()
DApplicationExitInfo.java1112 public boolean hasForegroundServices() { in hasForegroundServices() method in ApplicationExitInfo
1121 public void setHasForegroundServices(boolean hasForegroundServices) { in setHasForegroundServices()
/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java159 void setHasForegroundServices(boolean hasForegroundServices, int fgServiceTypes, in setHasForegroundServices()
182 boolean hasForegroundServices() { in hasForegroundServices() method in ProcessServiceRecord
186 void setHasReportedForegroundServices(boolean hasForegroundServices) { in setHasReportedForegroundServices()
DAppFGSTracker.java527 boolean hasForegroundServices(String packageName, int uid) { in hasForegroundServices() method in AppFGSTracker
534 boolean hasForegroundServices(int uid) { in hasForegroundServices() method in AppFGSTracker
745 boolean hasForegroundServices() { in hasForegroundServices() method in AppFGSTracker.PackageDurations
DUidRecord.java269 boolean hasForegroundServices() { in hasForegroundServices() method in UidRecord
DAppRestrictionController.java1946 boolean hasForegroundServices(String packageName, int uid) { in hasForegroundServices() method in AppRestrictionController
1953 boolean hasForegroundServices(int uid) { in hasForegroundServices() method in AppRestrictionController
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java442 public void setHasForegroundServices(boolean hasForegroundServices) { in setHasForegroundServices()
446 boolean hasForegroundServices() { in hasForegroundServices() method in WindowProcessController
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java2579 boolean hasClientActivities, boolean hasForegroundServices, int fgServiceTypes, in makeProcessRecord()