Searched refs:mPasspointUniqueId (Results 1 – 1 of 1) sorted by relevance
274 private String mPasspointUniqueId; field in AccessPoint334 mPasspointUniqueId = savedState.getString(KEY_PASSPOINT_UNIQUE_ID); in AccessPoint()379 mPasspointUniqueId = config.getUniqueId(); in AccessPoint()400 mPasspointUniqueId = config.getKey(); in AccessPoint()437 mKey = getKey(mPasspointUniqueId); in updateKey()1082 } else if (mPasspointUniqueId != null) { in getConfigName()1286 return mPasspointUniqueId != null && mConfig == null; in isPasspointConfig()1413 if (mPasspointUniqueId != null) { in saveWifiState()1414 savedState.putString(KEY_PASSPOINT_UNIQUE_ID, mPasspointUniqueId); in saveWifiState()