Searched refs:DreamService (Results 1 – 15 of 15) sorted by relevance
19 import android.service.dreams.DreamService;21 public class DessertCaseDream extends DreamService {
151 public class DreamService extends Service implements Window.Callback { class152 …private final String TAG = DreamService.class.getSimpleName() + "[" + getClass().getSimpleName() +…194 public DreamService() { in DreamService() method in DreamService1098 DreamService.this.attach(windowToken, canDoze); in attach()1108 DreamService.this.detach(); in detach()1118 DreamService.this.wakeUp(true /*fromSystem*/); in wakeUp()
83 ServiceManager.getService(DreamService.DREAM_SERVICE)); in startDream()
27 import android.service.dreams.DreamService;41 public class DozeTestDream extends DreamService {
147 android.service.dreams.DreamService}. The {@link android.service.dreams.DreamService} APIs are150 android.service.dreams.DreamService#setContentView setContentView()} at any point after you have151 a window, such as from the {@link android.service.dreams.DreamService#onAttachedToWindow()}154 <p>The {@link android.service.dreams.DreamService} class provides other important lifecycle callback156 android.service.dreams.DreamService#onDreamingStarted()}, {@link157 android.service.dreams.DreamService#onDreamingStopped()}, and {@link158 android.service.dreams.DreamService#onDetachedFromWindow()}.159 You cannot initiate a {@link android.service.dreams.DreamService} from your164 android.service.dreams.DreamService#finish()} to end the dream so the user can see the168 android.service.dreams.DreamService} with a <a[all …]
33 import android.service.dreams.DreamService;144 Intent intent = new Intent(DreamService.SERVICE_INTERFACE); in startDream()
47 import android.service.dreams.DreamService;101 publishBinderService(DreamService.DREAM_SERVICE, new BinderService()); in onStart()
38 import android.service.dreams.DreamService;50 public class DozeService extends DreamService {
52 import android.service.dreams.DreamService;134 ServiceManager.getService(DreamService.DREAM_SERVICE)); in GlobalActions()
79 import android.service.dreams.DreamService;2599 ServiceManager.checkService(DreamService.DREAM_SERVICE)); in getDreamManager()
58 import android.service.dreams.DreamService;556 ServiceManager.checkService(DreamService.DREAM_SERVICE)); in start()
764 NO DOC BLOCK: android.service.dreams.DreamService Method onWakeUp()1007 NO DOC BLOCK: android.service.dreams.DreamService Method wakeUp()
3087 http://developer.android.com/reference/android/service/dreams/DreamService.html
28582 public class DreamService extends android.app.Service implements android.view.Window.Callback {28583 ctor public DreamService();28627 …eld public static final java.lang.String SERVICE_INTERFACE = "android.service.dreams.DreamService";
30641 public class DreamService extends android.app.Service implements android.view.Window.Callback {30642 ctor public DreamService();30686 …eld public static final java.lang.String SERVICE_INTERFACE = "android.service.dreams.DreamService";