/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointNetworkScoreTest.java | 51 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 …]
|
D | PasspointNetworkEvaluatorTest.java | 134 when(networkDetail.getAnt()).thenReturn(NetworkDetail.Ant.FreePublic); in generateScanDetail()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointNetworkScore.java | 82 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()
|
D | NetworkDetail.java | 30 public enum Ant { enum in NetworkDetail 96 private final Ant mAnt; 406 public Ant getAnt() { in getAnt()
|
/frameworks/base/tests/HwAccelerationTest/ |
D | default.properties | 6 # To customize properties used by the Ant build system use,
|
/frameworks/ex/framesequence/samples/FrameSequenceSamples/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/chips/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/timezonepicker/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/photoviewer/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/colorpicker/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/calendar/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/ex/framesequence/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | InformationElementUtilTest.java | 960 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/ |
D | InformationElementUtil.java | 225 public NetworkDetail.Ant ant = null; 235 ant = NetworkDetail.Ant.values()[anOptions & 0x0f]; in from()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ClientModeImpl.java | 2940 && networkDetail.getAnt() == NetworkDetail.Ant.ChargeablePublic) { in handleSupplicantStateChange()
|