Searched refs:TileService (Results 1 – 23 of 23) sorted by relevance
51 private TileService mTileService;64 mTileService = new TileService(); in setUp()70 intent.putExtra(TileService.EXTRA_SERVICE, mIQSService); in testErrorRetrievingTile_nullBinding()71 intent.putExtra(TileService.EXTRA_TOKEN, mTileToken); in testErrorRetrievingTile_nullBinding()81 intent.putExtra(TileService.EXTRA_SERVICE, mIQSService); in testNullTile_doesntSendStartSuccessful()82 intent.putExtra(TileService.EXTRA_TOKEN, mTileToken); in testNullTile_doesntSendStartSuccessful()94 intent.putExtra(TileService.EXTRA_SERVICE, mIQSService); in testBindSuccessful()95 intent.putExtra(TileService.EXTRA_TOKEN, mTileToken); in testBindSuccessful()
92 public class TileService extends Service { class398 String name = TileService.this.getClass().getSimpleName(); in onBind()455 mTileServiceName = TileService.this.getClass().getSimpleName();467 TileService.this.onTileAdded();473 TileService.this.onStopListening();475 TileService.this.onTileRemoved();481 TileService.this.onStopListening();488 TileService.this.onStartListening();494 TileService.this.onClick();
21 import android.service.quicksettings.TileService;27 public class NekoTile extends TileService implements PrefsListener {
18 import static android.service.quicksettings.TileService.START_ACTIVITY_NEEDS_PENDING_INTENT;37 import android.service.quicksettings.TileService;123 mIntent.putExtra(TileService.EXTRA_SERVICE, service.asBinder()); in TileLifecycleManager()124 mIntent.putExtra(TileService.EXTRA_TOKEN, mToken); in TileLifecycleManager()164 && info.metaData.getBoolean(TileService.META_DATA_ACTIVE_TILE, false); in isActiveTile()182 && info.metaData.getBoolean(TileService.META_DATA_TOGGLEABLE_TILE, false); in isToggleableTile()
29 import android.service.quicksettings.TileService;83 new Intent(TileService.ACTION_QS_TILE).setComponent(component), in TileServiceManager()286 Intent queryIntent = new Intent(TileService.ACTION_QS_TILE);
38 import android.service.quicksettings.TileService;380 Intent i = new Intent(TileService.ACTION_QS_TILE_PREFERENCES); in getLongClickIntent()385 i.putExtra(TileService.EXTRA_STATE, mTile.getState()); in getLongClickIntent()395 return result != null ? new Intent(TileService.ACTION_QS_TILE_PREFERENCES) in resolveIntent()
120 ## Third party tiles (TileService)122 …is implemented by developers subclassing [`TileService`](/core/java/android/service/quicksettings/…140 #### TileService subsubsection188 …TileService` can be declared as an active tile by adding specific meta-data to its manifest (see […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…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`.284 … the proper binding to the service as described in [Third party tiles (TileService)](#third-party-…[all …]
29 import android.service.quicksettings.TileService115 private val INTENT = Intent(TileService.ACTION_QS_TILE)
18 import static android.service.quicksettings.TileService.START_ACTIVITY_NEEDS_PENDING_INTENT;55 import android.service.quicksettings.TileService;142 defaultServiceInfo.metaData.putBoolean(TileService.META_DATA_ACTIVE_TILE, true); in setPackageEnabled()143 defaultServiceInfo.metaData.putBoolean(TileService.META_DATA_TOGGLEABLE_TILE, true); in setPackageEnabled()
58 import android.service.quicksettings.TileService;340 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_noComponentFound()360 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_notEnabled()382 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_noPermission()406 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_fail_notExported()430 new Intent(TileService.ACTION_QS_TILE).setComponent(TEST_COMPONENT)); in testValidComponent_pass()747 new Intent(TileService.ACTION_QS_TILE).setComponent(componentName)); in mockComponentInfo()
29 import android.service.quicksettings.TileService;68 pw.println(String.valueOf(TileService.isQuickSettingsSupported())); in onCommand()
80 import android.service.quicksettings.TileService;1929 Intent intent = new Intent(TileService.ACTION_QS_TILE); in isComponentValidTileService()
31 import android.service.quicksettings.TileService290 private val INTENT = Intent(TileService.ACTION_QS_TILE)
29 import android.service.quicksettings.TileService;215 new Intent(TileService.ACTION_QS_TILE), 0, mUserTracker.getUserId()); in addPackageTiles()
6990 android.service.quicksettings.TileService$26991 android.service.quicksettings.TileService$H6992 android.service.quicksettings.TileService
29783 Landroid/service/quicksettings/TileService$2;29784 Landroid/service/quicksettings/TileService$H;29785 Landroid/service/quicksettings/TileService;
3006 public class TileService extends android.app.Service {
12687 public class TileService extends android.app.Service {
41225 public class TileService extends android.app.Service {41226 ctor public TileService();
6994 android.service.quicksettings.TileService$26995 android.service.quicksettings.TileService$H6996 android.service.quicksettings.TileService
39890 Landroid/service/quicksettings/TileService$2;39891 Landroid/service/quicksettings/TileService$H;39892 Landroid/service/quicksettings/TileService;
50201 Landroid/service/quicksettings/TileService$H;->MSG_START_LISTENING:I50202 Landroid/service/quicksettings/TileService$H;->MSG_START_SUCCESS:I50203 Landroid/service/quicksettings/TileService$H;->MSG_STOP_LISTENING:I50204 Landroid/service/quicksettings/TileService$H;->MSG_TILE_ADDED:I50205 Landroid/service/quicksettings/TileService$H;->MSG_TILE_CLICKED:I50206 Landroid/service/quicksettings/TileService$H;->MSG_TILE_REMOVED:I50207 Landroid/service/quicksettings/TileService$H;->MSG_UNLOCK_COMPLETE:I50210 Landroid/service/quicksettings/TileService;->EXTRA_STATE:Ljava/lang/String;50212 Landroid/service/quicksettings/TileService;->mHandler:Landroid/service/quicksettings/TileService$H;50213 Landroid/service/quicksettings/TileService;->mListening:Z[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...