Home
last modified time | relevance | path

Searched defs:actionProperties (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/testdoubles/src/com/android/internal/util/
H A DFakeLatencyTracker.java132 public void onDeviceConfigPropertiesUpdated(SparseArray<ActionProperties> actionProperties) { in onDeviceConfigPropertiesUpdated()
194 public void waitForMatchingActionProperties(ActionProperties actionProperties) in waitForMatchingActionProperties()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DLatencyTracker.java520 ActionProperties actionProperties = mActionPropertiesMap.get(action); in isEnabled() local
638 ActionProperties actionProperties = mActionPropertiesMap.get(action); in logAction() local
819 public void onDeviceConfigPropertiesUpdated(SparseArray<ActionProperties> actionProperties) { in onDeviceConfigPropertiesUpdated()