Searched refs:TileService (Results 1 – 11 of 11) sorted by relevance
80 public class TileService extends Service { class389 TileService.this.onTileAdded();394 TileService.this.onStopListening();396 TileService.this.onTileRemoved();401 TileService.this.onStopListening();407 TileService.this.onStartListening();412 TileService.this.onClick();
19 import android.service.quicksettings.TileService;25 public class NekoTile extends TileService implements PrefsListener {
20 import android.service.quicksettings.TileService;55 pw.println(String.valueOf(TileService.isQuickSettingsSupported())); in onCommand()
33 import android.service.quicksettings.TileService;239 Intent i = new Intent(TileService.ACTION_QS_TILE_PREFERENCES); in getLongClickIntent()244 i.putExtra(TileService.EXTRA_STATE, mTile.getState()); in getLongClickIntent()254 return result != null ? new Intent(TileService.ACTION_QS_TILE_PREFERENCES) in resolveIntent()
36 import android.service.quicksettings.TileService;103 mIntent.putExtra(TileService.EXTRA_SERVICE, service.asBinder()); in TileLifecycleManager()104 mIntent.putExtra(TileService.EXTRA_TOKEN, mToken); in TileLifecycleManager()129 && info.metaData.getBoolean(TileService.META_DATA_ACTIVE_TILE, false); in isActiveTile()
34 import android.service.quicksettings.TileService;69 new IntentFilter(TileService.ACTION_REQUEST_LISTENING)); in TileServices()314 if (TileService.ACTION_REQUEST_LISTENING.equals(intent.getAction())) {
32 import android.service.quicksettings.TileService;257 Intent queryIntent = new Intent(TileService.ACTION_QS_TILE);
42 import android.service.quicksettings.TileService;102 defaultServiceInfo.metaData.putBoolean(TileService.META_DATA_ACTIVE_TILE, true); in setPackageEnabled()
29 import android.service.quicksettings.TileService;115 new Intent(TileService.ACTION_QS_TILE), 0, ActivityManager.getCurrentUser()); in addPackageTiles()
37319 public class TileService extends android.app.Service {37320 ctor public TileService();
40467 public class TileService extends android.app.Service {40468 ctor public TileService();