Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DInteractionJankMonitorTest.java109 HashMap<String, String> propertiesValues = new HashMap<>(); in testDisabledThroughDeviceConfig() local
110 propertiesValues.put("enabled", "false"); in testDisabledThroughDeviceConfig()
112 DeviceConfig.NAMESPACE_INTERACTION_JANK_MONITOR, propertiesValues); in testDisabledThroughDeviceConfig()