blob: 8825dad97b9a7cf5ae4d3c6e02c6c454c919a303 [file] [log] [blame]
package com.android.server.wifi.hotspot2;
public enum PasspointMatch {
HomeProvider,
RoamingProvider,
Incomplete,
None,
Declined
}