HomeSort by relevance Sort by last modified time
    Searched refs:CellularTile (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
CellularTile.java 40 public class CellularTile extends QSTile<QSTile.SignalState> {
50 public CellularTile(Host host) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java 32 import com.android.systemui.qs.tiles.CellularTile;
249 else if (tileSpec.equals("cell")) return new CellularTile(this);

Completed in 4422 milliseconds