Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
DRemediationHandler.java55 private PasspointConfig mActivePasspointConfig; field in RemediationHandler
62 mActivePasspointConfig = getActivePasspointConfig(); in RemediationHandler()
89 mActivePasspointConfig = newNetwork != null ? getActivePasspointConfig() : null; in newConnection()
90 if (mActivePasspointConfig != null) { in newConnection()
92 + mActivePasspointConfig.getHomeSP().getFQDN()); in newConnection()
105 if (update.matches(wifiInfo, mActivePasspointConfig.getHomeSP())) { in newConnection()
138 if (mActivePasspointConfig == null) { in wnmReceived()
142 } else if (update.matches(wifiInfo, mActivePasspointConfig.getHomeSP())) { in wnmReceived()