Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DPassiveProvider.java51 private boolean mReportLocation; field in PassiveProvider
82 if (mReportLocation) { in getStatus()
96 mReportLocation = request.reportLocation; in setRequest()
100 if (mReportLocation) { in updateLocation()
117 pw.println("mReportLocation=" + mReportLocation); in dump()