Searched defs:hotspot (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java60 private static final String SLOT_HOTSPOT = "hotspot";
112 public PhoneStatusBarPolicy(Context context, CastController cast, HotspotController hotspot, argument
116 mHotspot = hotspot;
164 // hotspot
H A DQSTileHost.java91 ZenModeController zen, HotspotController hotspot,
102 mHotspot = hotspot;
256 else if (tileSpec.equals("hotspot")) return new HotspotTile(this);
88 QSTileHost(Context context, PhoneStatusBar statusBar, BluetoothController bluetooth, LocationController location, RotationLockController rotation, NetworkController network, ZenModeController zen, HotspotController hotspot, CastController cast, FlashlightController flashlight, UserSwitcherController userSwitcher, KeyguardMonitor keyguard, SecurityController security) argument

Completed in 57 milliseconds