Searched defs:mDozeConfig (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeConfigurationTest.java37 private AmbientDisplayConfiguration mDozeConfig; field in class:DozeConfigurationTest
41 mDozeConfig = new AmbientDisplayConfiguration(mContext);
46 if (!mDozeConfig.alwaysOnAvailable()) {
53 assertTrue(mDozeConfig.alwaysOnEnabled(UserHandle.USER_CURRENT));
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java92 private AmbientDisplayConfiguration mDozeConfig; field in class:DreamManagerService
103 mDozeConfig = new AmbientDisplayConfiguration(mContext);
333 if (mDozeConfig.enabled(userId)) {
334 return ComponentName.unflattenFromString(mDozeConfig.ambientDisplayComponent());

Completed in 81 milliseconds