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.java335 && record.mIsForegroundUid != foreground) { in systemRunning()
338 record.mIsForegroundUid = foreground; in systemRunning()
1734 if (!record.mIsForegroundUid) { in applyRequirementsLocked()
1839 boolean mIsForegroundUid; field in LocationManagerService.UpdateRecord
1851 mIsForegroundUid = isImportanceForeground( in UpdateRecord()
1897 … + "(" + mReceiver.mIdentity.mUid + (mIsForegroundUid ? " foreground" : " background") in toString()
2055 + (record.mIsForegroundUid ? "foreground" : "background") in requestLocationUpdatesLocked()