Home
last modified time | relevance | path

Searched refs:mIsForegroundUid (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java577 && record.mIsForegroundUid != foreground) { in onUidImportanceChangedLocked()
2166 || (isForegroundOnlyMode && !record.mIsForegroundUid); in applyRequirementsLocked()
2183 if (!record.mIsForegroundUid) { in applyRequirementsLocked()
2306 private boolean mIsForegroundUid; field in LocationManagerService.UpdateRecord
2319 mIsForegroundUid = isImportanceForeground( in UpdateRecord()
2338 mIsForegroundUid); in UpdateRecord()
2345 mIsForegroundUid = isForeground; in updateForeground()
2391 if (mIsForegroundUid) { in toString()
2582 + (record.mIsForegroundUid ? "foreground" : "background") in requestLocationUpdatesLocked()