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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
IntentTile.java 37 public class IntentTile extends QSTile<QSTile.State> {
46 private IntentTile(Host host, String action) {
65 return new IntentTile(host, action);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java 40 import com.android.systemui.qs.tiles.IntentTile;
264 else if (tileSpec.startsWith(IntentTile.PREFIX)) return IntentTile.create(this,tileSpec);

Completed in 221 milliseconds