/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointNetworkScoreTest.java | 50 public final NetworkDetail.Ant networkType; 55 NetworkDetail.Ant type, Map<ANQPElementType, ANQPElement> elements, in TestData() 135 NetworkDetail.Ant.FreePublic /* networkType */, null /* anqpElements */, in TEST_DATA_LIST.add() 145 NetworkDetail.Ant.FreePublic /* networkType */, null /* anqpElements */, in TEST_DATA_LIST.add() 156 NetworkDetail.Ant.FreePublic /* networkType */, null /* anqpElements */, in TEST_DATA_LIST.add() 167 NetworkDetail.Ant.Personal /* networkType */, null /* anqpElements */, in TEST_DATA_LIST.add() 178 NetworkDetail.Ant.FreePublic /* networkType */, in TEST_DATA_LIST.add() 190 NetworkDetail.Ant.FreePublic /* networkType */, in TEST_DATA_LIST.add() 203 NetworkDetail.Ant.FreePublic /* networkType */, in TEST_DATA_LIST.add() 216 NetworkDetail.Ant.FreePublic /* networkType */, in TEST_DATA_LIST.add() [all …]
|
D | PasspointNetworkEvaluatorTest.java | 115 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/ex/framesequence/ |
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/opt/colorpicker/ |
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/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/calendar/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/datetimepicker/ |
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 | 753 assertEquals(NetworkDetail.Ant.Private, interworking.ant); in getInterworkingElementNoVenueIE() 782 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/data-binding/ |
D | build.gradle | 235 // in Ant
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiStateMachine.java | 2733 && networkDetail.getAnt() == NetworkDetail.Ant.ChargeablePublic) { in handleSupplicantStateChange()
|
/frameworks/base/services/ |
D | art-profile | 3813 Lcom/android/server/wifi/hotspot2/NetworkDetail$Ant;
|