Searched refs:hotspot (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/input/tests/ |
D | PointerController_test.cpp | 236 std::pair<float, float> hotspot = getHotSpotCoordinatesForType(CURSOR_TYPE_DEFAULT); in TEST_F() local 242 Field(&SpriteIcon::hotSpotX, hotspot.first), in TEST_F() 243 Field(&SpriteIcon::hotSpotY, hotspot.second)))); in TEST_F() 251 std::pair<float, float> hotspot = getHotSpotCoordinatesForType(CURSOR_TYPE_STYLUS); in TEST_F() local 257 Field(&SpriteIcon::hotSpotX, hotspot.first), in TEST_F() 258 Field(&SpriteIcon::hotSpotY, hotspot.second)))); in TEST_F() 279 std::pair<float, float> hotspot = getHotSpotCoordinatesForType(type); in TEST_F() local 284 Field(&SpriteIcon::hotSpotX, hotspot.first), in TEST_F() 285 Field(&SpriteIcon::hotSpotY, hotspot.second)))); in TEST_F()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | DemoStatusIcons.java | 186 String hotspot = args.getString("hotspot"); in dispatchDemoCommand() local 187 if (hotspot != null) { in dispatchDemoCommand() 188 int iconId = hotspot.equals("show") ? R.drawable.stat_sys_hotspot : 0; in dispatchDemoCommand()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
D | InternetTileViewModelTest.kt | 387 private fun setWifiNetworkWithHotspot(hotspot: WifiNetworkModel.HotspotDeviceType) { in setWifiNetworkWithHotspot() 393 hotspotDeviceType = hotspot, in setWifiNetworkWithHotspot()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/ |
D | InternetTileDataInteractorTest.kt | 546 private fun setWifiNetworkWithHotspot(hotspot: WifiNetworkModel.HotspotDeviceType) { in <lambda>() 552 hotspotDeviceType = hotspot, in <lambda>()
|
/frameworks/base/packages/SystemUI/docs/ |
D | qs-tiles.md | 592 * When the user sets up a hotspot for the first time, the hotspot tile is automatically added.
|
/frameworks/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 668 // ACTION: Share Wi-Fi hotspot by generating a QR code 713 // ACTION: Change Wi-Fi hotspot name 718 // ACTION: Change Wi-Fi hotspot password 2207 // OPEN: Settings > More > Tethering & portable hotspot 3031 // OPEN: Settings > Network > Tether > Wi-Fi hotspot
|
/frameworks/proto_logging/stats/atoms/wifi/ |
D | wifi_extension_atoms.proto | 174 // New hotspot state.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 714 // OPEN: Settings > More > Tethering & portable hotspot 4470 // OPEN: Settings > Network > Tether > Wi-Fi hotspot 7242 // ACTION: Share Wi-Fi hotspot by generating a QR code
|