Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pConfig.java104 public int groupOwnerIntent = -1; field in WifiP2pConfig
166 sbuf.append("\n groupOwnerIntent: ").append(groupOwnerIntent); in toString()
185 groupOwnerIntent = source.groupOwnerIntent; in WifiP2pConfig()
197 dest.writeInt(groupOwnerIntent); in writeToParcel()
211 config.groupOwnerIntent = in.readInt();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java827 int groupOwnerIntent = config.groupOwnerIntent; in connect() local
828 if (groupOwnerIntent < 0 || groupOwnerIntent > 15) { in connect()
829 groupOwnerIntent = DEFAULT_GROUP_OWNER_INTENT; in connect()
831 goIntent = groupOwnerIntent; in connect()
/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayController.java688 config.groupOwnerIntent = WifiP2pConfig.MIN_GROUP_OWNER_INTENT; in updateConnection()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18146 field public int groupOwnerIntent;
/frameworks/base/non-updatable-api/
Dcurrent.txt30518 field public int groupOwnerIntent;
/frameworks/base/api/
Dcurrent.txt30662 field public int groupOwnerIntent;