HomeSort by relevance Sort by last modified time
    Searched refs:TileService (Results 1 - 20 of 20) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowTileService.java 5 import android.service.quicksettings.TileService;
13 * Shadow for {@link TileService}.
15 @Implements(TileService.class)
18 @RealObject TileService realService;
  /packages/apps/Traceur/src/com/google/android/traceur/
QsService.java 25 import android.service.quicksettings.TileService;
27 public class QsService extends TileService {
  /frameworks/base/core/java/android/service/quicksettings/
TileService.java 42 * A TileService provides the user a tile that can be added to Quick Settings.
46 * <p>The lifecycle of a TileService is different from some other services in
52 * <li>When a tile is added by the user its TileService will be bound to and
61 * <p>TileService will be detected by tiles that match the {@value #ACTION_QS_TILE}
64 * icon for the tile. Here is an example TileService declaration.</p>
80 public class TileService extends Service {
83 * An activity that provides a user interface for adjusting TileService
85 * TileService.
96 * Action that identifies a Service as being a TileService.
108 * To make a TileService an active tile, set this meta-data to true on the TileService'
    [all...]
  /frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
NekoTile.java 19 import android.service.quicksettings.TileService;
25 public class NekoTile extends TileService implements PrefsListener {
  /cts/hostsidetests/systemui/app/src/android/systemui/cts/
TestTileService.java 25 import android.service.quicksettings.TileService;
34 public class TestTileService extends TileService {
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarShellCommand.java 20 import android.service.quicksettings.TileService;
55 pw.println(String.valueOf(TileService.isQuickSettingsSupported()));
124 pw.println(" Add a TileService of the specified component");
127 pw.println(" Remove a TileService of the specified component");
130 pw.println(" Click on a TileService of the specified component");
  /packages/apps/Settings/src/com/android/settings/development/qstile/
DevelopmentTilePreferenceController.java 27 import android.service.quicksettings.TileService;
65 Intent intent = new Intent(TileService.ACTION_QS_TILE)
DevelopmentTiles.java 27 import android.service.quicksettings.TileService;
39 public abstract class DevelopmentTiles extends TileService {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/qstile/
DevelopmentTilePreferenceControllerTest.java 32 import android.service.quicksettings.TileService;
86 final Intent tileProbe = new Intent(TileService.ACTION_QS_TILE)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServices.java 34 import android.service.quicksettings.TileService;
69 new IntentFilter(TileService.ACTION_REQUEST_LISTENING));
316 if (TileService.ACTION_REQUEST_LISTENING.equals(intent.getAction())) {
CustomTile.java 33 import android.service.quicksettings.TileService;
247 Intent i = new Intent(TileService.ACTION_QS_TILE_PREFERENCES);
252 i.putExtra(TileService.EXTRA_STATE, mTile.getState());
262 return result != null ? new Intent(TileService.ACTION_QS_TILE_PREFERENCES)
TileLifecycleManager.java 36 import android.service.quicksettings.TileService;
46 * Manages the lifecycle of a TileService.
49 * TileService as soon as it is bound. It will only bind to the service when it is allowed to
102 mIntent.putExtra(TileService.EXTRA_SERVICE, service.asBinder());
103 mIntent.putExtra(TileService.EXTRA_TOKEN, mToken);
128 && info.metaData.getBoolean(TileService.META_DATA_ACTIVE_TILE, false);
202 // This ordering is laid out manually to make sure we preserve the TileService
TileServiceManager.java 32 import android.service.quicksettings.TileService;
255 Intent queryIntent = new Intent(TileService.ACTION_QS_TILE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
TileQueryHelper.java 29 import android.service.quicksettings.TileService;
122 new Intent(TileService.ACTION_QS_TILE), 0, ActivityManager.getCurrentUser());
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileLifecycleManagerTest.java 42 import android.service.quicksettings.TileService;
102 defaultServiceInfo.metaData.putBoolean(TileService.META_DATA_ACTIVE_TILE, true);
  /prebuilts/sdk/tools/darwin/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/linux/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/windows/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 460 milliseconds