Searched refs:groupOwnerIntent (Results 1 – 6 of 6) sorted by relevance
104 public int groupOwnerIntent = -1; field in WifiP2pConfig166 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();
827 int groupOwnerIntent = config.groupOwnerIntent; in connect() local828 if (groupOwnerIntent < 0 || groupOwnerIntent > 15) { in connect()829 groupOwnerIntent = DEFAULT_GROUP_OWNER_INTENT; in connect()831 goIntent = groupOwnerIntent; in connect()
688 config.groupOwnerIntent = WifiP2pConfig.MIN_GROUP_OWNER_INTENT; in updateConnection()
18146 field public int groupOwnerIntent;
30518 field public int groupOwnerIntent;
30662 field public int groupOwnerIntent;