Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/testdoubles/src/com/android/internal/util/
DFakeLatencyTracker.java136 Callable<Boolean> shouldClosePropertiesUpdated = in onDeviceConfigPropertiesUpdated() local
138 if (shouldClosePropertiesUpdated != null) { in onDeviceConfigPropertiesUpdated()
140 boolean result = shouldClosePropertiesUpdated.call(); in onDeviceConfigPropertiesUpdated()