Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointNetworkScoreTest.java51 public final NetworkDetail.Ant networkType;
56 NetworkDetail.Ant type, Map<ANQPElementType, ANQPElement> elements, in TestData()
136 NetworkDetail.Ant.FreePublic /* networkType */, null /* anqpElements */, in TEST_DATA_LIST.add()
146 NetworkDetail.Ant.FreePublic /* networkType */, null /* anqpElements */, in TEST_DATA_LIST.add()
157 NetworkDetail.Ant.FreePublic /* networkType */, null /* anqpElements */, in TEST_DATA_LIST.add()
168 NetworkDetail.Ant.Personal /* networkType */, null /* anqpElements */, in TEST_DATA_LIST.add()
179 NetworkDetail.Ant.FreePublic /* networkType */, in TEST_DATA_LIST.add()
191 NetworkDetail.Ant.FreePublic /* networkType */, in TEST_DATA_LIST.add()
204 NetworkDetail.Ant.FreePublic /* networkType */, in TEST_DATA_LIST.add()
217 NetworkDetail.Ant.FreePublic /* networkType */, in TEST_DATA_LIST.add()
[all …]
DPasspointNetworkEvaluatorTest.java134 when(networkDetail.getAnt()).thenReturn(NetworkDetail.Ant.FreePublic); in generateScanDetail()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointNetworkScore.java82 private static final Map<NetworkDetail.Ant, Integer> NETWORK_TYPE_SCORES = new HashMap<>();
95 NETWORK_TYPE_SCORES.put(NetworkDetail.Ant.FreePublic, PUBLIC_OR_PRIVATE_NETWORK_AWARDS); in NETWORK_TYPE_SCORES.put()
96 NETWORK_TYPE_SCORES.put(NetworkDetail.Ant.ChargeablePublic, in NETWORK_TYPE_SCORES.put()
98 NETWORK_TYPE_SCORES.put(NetworkDetail.Ant.PrivateWithGuest, in NETWORK_TYPE_SCORES.put()
100 NETWORK_TYPE_SCORES.put(NetworkDetail.Ant.Private, in NETWORK_TYPE_SCORES.put()
102 NETWORK_TYPE_SCORES.put(NetworkDetail.Ant.Personal, PERSONAL_OR_EMERGENCY_NETWORK_AWARDS); in NETWORK_TYPE_SCORES.put()
103 NETWORK_TYPE_SCORES.put(NetworkDetail.Ant.EmergencyOnly, in NETWORK_TYPE_SCORES.put()
105 NETWORK_TYPE_SCORES.put(NetworkDetail.Ant.Wildcard, 0); in NETWORK_TYPE_SCORES.put()
106 NETWORK_TYPE_SCORES.put(NetworkDetail.Ant.TestOrExperimental, 0); in NETWORK_TYPE_SCORES.put()
DNetworkDetail.java30 public enum Ant { enum in NetworkDetail
96 private final Ant mAnt;
406 public Ant getAnt() { in getAnt()
/frameworks/base/tests/HwAccelerationTest/
Ddefault.properties6 # To customize properties used by the Ant build system use,
/frameworks/ex/framesequence/samples/FrameSequenceSamples/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/chips/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/timezonepicker/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/photoviewer/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/colorpicker/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/calendar/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/ex/framesequence/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java960 assertEquals(NetworkDetail.Ant.Private, interworking.ant); in getInterworkingElementNoVenueIE()
989 assertEquals(NetworkDetail.Ant.Private, interworking.ant); in getInterworkingElementWithVenueIE()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java225 public NetworkDetail.Ant ant = null;
235 ant = NetworkDetail.Ant.values()[anOptions & 0x0f]; in from()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java2940 && networkDetail.getAnt() == NetworkDetail.Ant.ChargeablePublic) { in handleSupplicantStateChange()