Searched defs:DozeService (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java50 public class DozeService extends DreamService { class in inherits:DreamService
51 private static final String TAG = "DozeService";
94 public DozeService() { method in class:DozeService
95 if (DEBUG) Log.d(mTag, "new DozeService()");
568 private final String mTag = DozeService.this.mTag + ".ProximityCheck";

Completed in 119 milliseconds