Searched refs:actionProperties (Results 1 – 2 of 2) sorted by relevance
132 public void onDeviceConfigPropertiesUpdated(SparseArray<ActionProperties> actionProperties) { in onDeviceConfigPropertiesUpdated() argument133 Log.d(TAG, "onDeviceConfigPropertiesUpdated: " + actionProperties); in onDeviceConfigPropertiesUpdated()135 mLastPropertiesUpdate.set(actionProperties); in onDeviceConfigPropertiesUpdated()194 public void waitForMatchingActionProperties(ActionProperties actionProperties) in waitForMatchingActionProperties() argument196 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()
583 ActionProperties actionProperties = mActionPropertiesMap.get(action); in isEnabled() local584 if (actionProperties != null) { in isEnabled()585 return actionProperties.isEnabled(); in isEnabled()701 ActionProperties actionProperties = mActionPropertiesMap.get(action); in logAction() local702 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() argument884 Log.d(TAG, "onDeviceConfigPropertiesUpdated: " + actionProperties); in onDeviceConfigPropertiesUpdated()