HomeSort by relevance Sort by last modified time
    Searched defs:TileService (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/service/quicksettings/
TileService.java 38 * A TileService provides the user a tile that can be added to Quick Settings.
42 * <p>The lifecycle of a TileService is different from some other services in
48 * <li>When a tile is added by the user its TileService will be bound to and
57 * <p>TileService will be detected by tiles that match the {@value #ACTION_QS_TILE}
60 * icon for the tile. Here is an example TileService declaration.</p>
76 public class TileService extends Service {
79 * An activity that provides a user interface for adjusting TileService preferences.
80 * Optional but recommended for apps that implement a TileService.
87 * Action that identifies a Service as being a TileService.
99 * To make a TileService an active tile, set this meta-data to true on the TileService'
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 629 milliseconds