Home | History | Annotate | Download | only in quicksettings

Lines Matching refs:Tile

20 import android.service.quicksettings.Tile;
26 Tile getTile(in IBinder tile);
27 void updateQsTile(in Tile tile, in IBinder service);
28 void updateStatusIcon(in IBinder tile, in Icon icon,
30 void onShowDialog(in IBinder tile);
31 void onStartActivity(in IBinder tile);
34 void startUnlockAndRun(in IBinder tile);
36 void onDialogHidden(in IBinder tile);
37 void onStartSuccessful(in IBinder tile);