Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java64 private AfcLocation mLastAfcLocationInSuccessfulQuery; field in AfcManager
92 mLastAfcLocationInSuccessfulQuery = afcLocation; in AfcManager()
182 if (mLastAfcLocationInSuccessfulQuery == null) { in onLocationChange()
204 mLastAfcLocationInSuccessfulQuery, location); in onLocationChange()
419 return mLastAfcLocationInSuccessfulQuery; in getLastAfcLocationInSuccessfulQuery()