Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/testdoubles/src/com/android/internal/util/
DFakeLatencyTracker.java132 public void onDeviceConfigPropertiesUpdated(SparseArray<ActionProperties> actionProperties) { in onDeviceConfigPropertiesUpdated() argument
133 Log.d(TAG, "onDeviceConfigPropertiesUpdated: " + actionProperties); in onDeviceConfigPropertiesUpdated()
135 mLastPropertiesUpdate.set(actionProperties); in onDeviceConfigPropertiesUpdated()
194 public void waitForMatchingActionProperties(ActionProperties actionProperties) in waitForMatchingActionProperties() argument
196 Log.i(TAG, "waitForMatchingActionProperties: actionProperties=" + actionProperties); in waitForMatchingActionProperties()
202 + actionProperties); in waitForMatchingActionProperties()
206 return newProperties.get(actionProperties.getAction()).equals( in waitForMatchingActionProperties()
207 actionProperties); in waitForMatchingActionProperties()
/frameworks/base/core/java/com/android/internal/util/
DLatencyTracker.java583 ActionProperties actionProperties = mActionPropertiesMap.get(action); in isEnabled() local
584 if (actionProperties != null) { in isEnabled()
585 return actionProperties.isEnabled(); in isEnabled()
701 ActionProperties actionProperties = mActionPropertiesMap.get(action); in logAction() local
702 if (actionProperties == null) { in logAction()
706 actionProperties.getSamplingInterval()); in logAction()
708 traceThreshold = actionProperties.getTraceThreshold(); in logAction()
882 public void onDeviceConfigPropertiesUpdated(SparseArray<ActionProperties> actionProperties) { in onDeviceConfigPropertiesUpdated() argument
884 Log.d(TAG, "onDeviceConfigPropertiesUpdated: " + actionProperties); in onDeviceConfigPropertiesUpdated()