Home
last modified time | relevance | path

Searched refs:Wifi (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/opt/net/wifi/tests/mts/
DAndroid.bp15 // Wifi MTS-only tests i.e. not part of CTS or GTS
16 // Used to test functionality that is only guaranteed to be implemented in the Wifi Mainline module,
17 // but is not required if the Wifi Mainline module is not present on the device.
37 // for Wifi protos, builds against system_current
/frameworks/libs/modules-utils/
DTEST_MAPPING14 // Wifi CTS tests
/frameworks/base/core/proto/android/stats/connectivity/
Dtethering.proto44 // Wifi tethering type.
50 // Wifi P2p tethering type.
/frameworks/opt/net/wifi/service/proto/src/
Dmetrics.proto24 // The information about the Wifi events.
28 // Session information that gets logged for every Wifi connection.
107 // State of the Wifi.
113 // Wifi is disabled.
116 // Wifi is enabled.
119 // Wifi is enabled and associated with an AP.
231 // Counts the occurrences of each Wifi score
253 // Wifi HAL on |WifiNative.setupInterfaceForClientMode|.
379 // Wifi power statistics
402 // Wifi HAL on |WifiNative.setupInterfaceForSoftApMode|.
[all …]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java1534 GlobalSettingsProto.Wifi.SLEEP_POLICY); in dumpProtoGlobalSettingsLocked()
1537 GlobalSettingsProto.Wifi.BADGING_THRESHOLDS); in dumpProtoGlobalSettingsLocked()
1540 GlobalSettingsProto.Wifi.DISPLAY_ON); in dumpProtoGlobalSettingsLocked()
1543 GlobalSettingsProto.Wifi.DISPLAY_CERTIFICATION_ON); in dumpProtoGlobalSettingsLocked()
1546 GlobalSettingsProto.Wifi.DISPLAY_WPS_CONFIG); in dumpProtoGlobalSettingsLocked()
1549 GlobalSettingsProto.Wifi.NETWORKS_AVAILABLE_NOTIFICATION_ON); in dumpProtoGlobalSettingsLocked()
1552 GlobalSettingsProto.Wifi.NETWORKS_AVAILABLE_REPEAT_DELAY); in dumpProtoGlobalSettingsLocked()
1555 GlobalSettingsProto.Wifi.COUNTRY_CODE); in dumpProtoGlobalSettingsLocked()
1558 GlobalSettingsProto.Wifi.FRAMEWORK_SCAN_INTERVAL_MS); in dumpProtoGlobalSettingsLocked()
1561 GlobalSettingsProto.Wifi.IDLE_MS); in dumpProtoGlobalSettingsLocked()
[all …]
/frameworks/base/core/proto/android/wifi/
Denums.proto24 * Wifi Lock modes, primarily used in
/frameworks/base/wifi/tests/
DREADME.md1 # Wifi Unit Tests
/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md1 # Wifi Unit Tests
/frameworks/base/core/proto/android/os/
Dbatterystats.proto86 // Uptime is anytime the CPUs were on. The radio and Wifi chip
658 // Wifi data traffic (total, background + foreground).
679 // Wifi data traffic in the background only, included in total above.
862 message Wifi { message
865 // Duration holding Wifi-lock. This time is apportioned.
867 // Duration running Wifi. This time is apportioned.
869 // Duration performing Wifi-scan blamed on this App (i.e. apportioned to
870 // this app amongst all apps doing Wifi-scanning; see explanation of
879 optional Wifi wifi = 27;
/frameworks/base/core/proto/android/server/connectivity/
Ddata_stall_event.proto77 // Wifi specific information.
/frameworks/base/proto/src/
Dsystem_messages.proto190 // Inform the user that Wifi Wake will re-enable wifi when possible
193 // Inform the user that Wifi Wake has automatically re-enabled wifi
251 // Notify user that a SIM is required to connect to Wifi network
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt27 Salient points about Wifi Service implementation
DWifiServiceImpl.java1103 CarrierConfigManager.Wifi.KEY_HOTSPOT_MAX_CLIENT_COUNT); in updateSoftApCapability()
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto1603 // OPEN: Settings > Wifi > P2P Settings > Disconnect dialog
1606 // OPEN: Settings > Wifi > P2P Settings > Cancel connection dialog
1609 // OPEN: Settings > Wifi > P2P Settings > Rename dialog
1612 // OPEN: Settings > Wifi > P2P Settings > Forget group dialog
1681 // OPEN: Settings > Wifi > Saved AP > Edit dialog
1684 // OPEN: Settings > Wifi > Edit AP dialog
1687 // OPEN: Settings > Wifi > Write config to NFC dialog
1824 // OPEN: Settings > Wi-Fi > Wifi Preferences -> Advanced -> Network Scorer
2107 // note: Wifi Scanning must be off for this dialog to show
2389 // Panel for Wifi
/frameworks/opt/net/wifi/service/
Dwifi.rc64 # Enable datapath events for Wifi.
/frameworks/base/telephony/java/android/telephony/
DCarrierConfigManager.java4338 sDefaults.putAll(Wifi.getDefaults()); in Wifi.getDefaults()
4357 public static final class Wifi { class in CarrierConfigManager
4373 private Wifi() {} in Wifi() method in CarrierConfigManager.Wifi
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2645 // OPEN: Settings > Wifi > WPS Setup dialog
2651 // OPEN: Settings > WIFI Setup > Skip Wifi dialog
2744 // OPEN: Settings > Wifi > P2P Settings > Disconnect dialog
2747 // OPEN: Settings > Wifi > P2P Settings > Cancel connection dialog
2750 // OPEN: Settings > Wifi > P2P Settings > Rename dialog
2753 // OPEN: Settings > Wifi > P2P Settings > Forget group dialog
2825 // OPEN: Settings > Wifi > Saved AP > Edit dialog
2828 // OPEN: Settings > Wifi > Edit AP dialog
2831 // OPEN: Settings > Wifi > PBC Config dialog
2834 // OPEN: Settings > Wifi > Display pin dialog
[all …]
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto996 message Wifi { message
1040 optional Wifi wifi = 134;
/frameworks/opt/telephony/proto/src/
Dtelephony.proto217 // Wifi-calling Mode.
335 // Transport type for Wireless Local Area Networks (i.e. Wifi)
/frameworks/base/core/java/android/os/
DBatteryStats.java7703 proto.write(UidProto.Wifi.FULL_WIFI_LOCK_DURATION_MS, in dumpProtoAppsLocked()
7705 dumpTimer(proto, UidProto.Wifi.APPORTIONED_SCAN, u.getWifiScanTimer(), in dumpProtoAppsLocked()
7707 proto.write(UidProto.Wifi.RUNNING_DURATION_MS, in dumpProtoAppsLocked()
7709 dumpTimer(proto, UidProto.Wifi.BACKGROUND_SCAN, u.getWifiScanBackgroundTimer(), in dumpProtoAppsLocked()
/frameworks/base/packages/SystemUI/docs/
Dqs-tiles.md367 … available to be used (for example, disable `WifiTile` in devices with no Wifi support). If this i…
/frameworks/base/cmds/statsd/src/
Datoms.proto1388 * Logs when Wifi is toggled on/off.
1389 * Note that Wifi may still perform certain functions (e.g. location scanning) even when disabled.
1405 * Logs when an app causes Wifi to run. In this context, 'to run' means to use Wifi Client Mode.
1407 * Note that Wifi Scanning is monitored separately in WifiScanStateChanged.
5301 * Pulls Wifi Controller Activity Energy Info
/frameworks/base/telephony/api/
Dsystem-current.txt67 public static final class CarrierConfigManager.Wifi {
/frameworks/base/non-updatable-api/
Dsystem-current.txt9424 public static final class CarrierConfigManager.Wifi {
/frameworks/base/api/
Dsystem-current.txt10542 public static final class CarrierConfigManager.Wifi {

12