FileDocCategorySizeDatePackage
IDreamManager.javaAPI DocAndroid 5.1 API10603Sat Mar 14 05:48:06 GMT 2015android.service.dreams

IDreamManager

public interface IDreamManager implements android.os.IInterface
hide

Fields Summary
Constructors Summary
Methods Summary
public voidawaken()

public voiddream()

public voidfinishSelf(android.os.IBinder token, boolean immediate)

public android.content.ComponentNamegetDefaultDreamComponent()

public android.content.ComponentName[]getDreamComponents()

public booleanisDreaming()

public voidsetDreamComponents(android.content.ComponentName[] componentNames)

public voidstartDozing(android.os.IBinder token, int screenState, int screenBrightness)

public voidstopDozing(android.os.IBinder token)

public voidtestDream(android.content.ComponentName componentName)