Lines Matching refs:TileService
184 ## Third party tiles (TileService)
188 subclassing [`TileService`](/core/java/android/service/quicksettings/TileService.java) and
210 #### TileService subsubsection
263 this `TileService` and match it to the corresponding tile.
272 A `TileService` can be declared as an active tile by adding specific meta-data to its manifest (
273 see [TileService#META_DATA_ACTIVE_TILE](https://developer.android.com/reference/android/service/qui…
275 must request listening status by making a call to `TileService#requestListeningState` with its
296 that receives all calls from current `TileService` components and dispatches them to SystemUI or the
300 the `TileService` with the `ComponentName` and verifies that the call comes from the right UID to
303 As this class is the only one that's aware of every `TileService` that's currently bound, it is also
308 This class is in charge of binding and unbinding to a particular `TileService` when necessary, as
316 Each `TileService` gets assigned an exclusive `TileLifecycleManager` when its corresponding tile is
322 a `TileLifecycleManager` corresponding to a particular `TileService`.
327 * Relaying messages to the `TileService` through the `TileLifecycleManager`.
359 a flattened String representing the `ComponentName` for the corresponding `TileService`.
440 in [Third party tiles (TileService)](#third-party-tiles-tileservice).
585 for [TileService](https://developer.android.com/reference/android/service/quicksettings/TileService…