Home
last modified time | relevance | path

Searched refs:mConfigCreationSupport (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/hint/
DHintManagerService.java132 private AtomicBoolean mConfigCreationSupport = new AtomicBoolean(true); field in HintManagerService
851 if (mConfigCreationSupport.get()) { in createHintSessionWithConfig()
856 mConfigCreationSupport.set(false); in createHintSessionWithConfig()