Lines Matching refs:TileService
120 ## Third party tiles (TileService)
122 …is implemented by developers subclassing [`TileService`](/core/java/android/service/quicksettings/…
140 #### TileService subsubsection
182 …oken (`Binder`). This token is used in the callbacks to identify this `TileService` and match it t…
188 …TileService` can be declared as an active tile by adding specific meta-data to its manifest (see […
202 …n implementation of the `Binder` that receives all calls from current `TileService` components and…
204 …ade to this class, it matches the corresponding token assigned to the `TileService` with the `Comp…
206 As this class is the only one that's aware of every `TileService` that's currently bound, it is als…
210 This class is in charge of binding and unbinding to a particular `TileService` when necessary, as w…
214 Each `TileService` gets assigned an exclusive `TileLifecycleManager` when its corresponding tile is…
218 …`TileServices` controller and a `TileLifecycleManager` corresponding to a particular `TileService`.
223 * Relaying messages to the `TileService` through the `TileLifecycleManager`.
241 …llipsis is a flattened String representing the `ComponentName` for the corresponding `TileService`.
259 … component in the spec. This could fail (the component is not a valid `TileService` or is not enab…
284 … the proper binding to the service as described in [Third party tiles (TileService)](#third-party-…
379 …Developer documentation for [TileService](https://developer.android.com/reference/android/service/…