Searched refs:TileService (Results 1 – 15 of 15) sorted by relevance
81 public class TileService extends Service { class392 mTileServiceName = TileService.this.getClass().getSimpleName();404 TileService.this.onTileAdded();410 TileService.this.onStopListening();412 TileService.this.onTileRemoved();418 TileService.this.onStopListening();425 TileService.this.onStartListening();431 TileService.this.onClick();
35 import android.service.quicksettings.TileService;101 mIntent.putExtra(TileService.EXTRA_SERVICE, service.asBinder()); in TileLifecycleManager()102 mIntent.putExtra(TileService.EXTRA_TOKEN, mToken); in TileLifecycleManager()127 && info.metaData.getBoolean(TileService.META_DATA_ACTIVE_TILE, false); in isActiveTile()
36 import android.service.quicksettings.TileService;255 Intent i = new Intent(TileService.ACTION_QS_TILE_PREFERENCES); in getLongClickIntent()260 i.putExtra(TileService.EXTRA_STATE, mTile.getState()); in getLongClickIntent()270 return result != null ? new Intent(TileService.ACTION_QS_TILE_PREFERENCES) in resolveIntent()
34 import android.service.quicksettings.TileService;70 new IntentFilter(TileService.ACTION_REQUEST_LISTENING)); in TileServices()331 if (TileService.ACTION_REQUEST_LISTENING.equals(intent.getAction())) {
32 import android.service.quicksettings.TileService;273 Intent queryIntent = new Intent(TileService.ACTION_QS_TILE);
29 import android.service.quicksettings.TileService;67 pw.println(String.valueOf(TileService.isQuickSettingsSupported())); in onCommand()
42 import android.service.quicksettings.TileService;103 defaultServiceInfo.metaData.putBoolean(TileService.META_DATA_ACTIVE_TILE, true); in setPackageEnabled()
31 import android.service.quicksettings.TileService;140 new Intent(TileService.ACTION_QS_TILE), 0, ActivityManager.getCurrentUser()); in addPackageTiles()
2391 OnNameExpected: android.service.quicksettings.TileService#isQuickSettingsSupported():
3015 public class TileService extends android.app.Service {
7494 public class TileService extends android.app.Service {
42266 public class TileService extends android.app.Service {42267 ctor public TileService();
64113 Landroid/service/quicksettings/TileService$H;->MSG_START_LISTENING:I64114 Landroid/service/quicksettings/TileService$H;->MSG_START_SUCCESS:I64115 Landroid/service/quicksettings/TileService$H;->MSG_STOP_LISTENING:I64116 Landroid/service/quicksettings/TileService$H;->MSG_TILE_ADDED:I64117 Landroid/service/quicksettings/TileService$H;->MSG_TILE_CLICKED:I64118 Landroid/service/quicksettings/TileService$H;->MSG_TILE_REMOVED:I64119 Landroid/service/quicksettings/TileService$H;->MSG_UNLOCK_COMPLETE:I64120 Landroid/service/quicksettings/TileService;->ACTION_REQUEST_LISTENING:Ljava/lang/String;64121 Landroid/service/quicksettings/TileService;->EXTRA_SERVICE:Ljava/lang/String;64122 Landroid/service/quicksettings/TileService;->EXTRA_STATE:Ljava/lang/String;[all …]
7392 public class TileService extends android.app.Service {
42122 public class TileService extends android.app.Service {42123 ctor public TileService();