Searched refs:DozeService (Results 1 – 8 of 8) sorted by relevance
22 import com.android.systemui.doze.DozeService;44 @ClassKey(DozeService.class)45 public abstract Service bindDozeService(DozeService service); in bindDozeService()
9 …work config][1]. SystemUI provides a default Doze Component: [DozeService][2]. [DozeService][2] bu…35 …[DockManagerImpl][9]. SystemUI should override the DockManager for the DozeService to handle docki…75 Enable all DozeService logs to print directly to logcat:77 adb shell setprop log.tag.DozeService DEBUG81 * activity service com.android.systemui/.doze.DozeService89 [2]: /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/DozeService.java
37 public class DozeService extends DreamService class48 public DozeService(DozeComponent.Builder dozeComponentBuilder, PluginManager pluginManager) { in DozeService() method in DozeService
38 private static final boolean DEBUG = DozeService.DEBUG;
53 private static final boolean DEBUG = DozeService.DEBUG;
58 static final boolean DEBUG = DozeService.DEBUG;
75 private static final boolean DEBUG = DozeService.DEBUG;
20 import com.android.systemui.doze.DozeService;