Home
last modified time | relevance | path

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

/packages/modules/StatsD/service/java/com/android/server/stats/
DStatsCompanionService.java681 final PropertyParcel[] propertyParcels = new PropertyParcel[propertyNames.size()]; in updateProperties() local
684 propertyParcels[index] = new PropertyParcel(); in updateProperties()
685 propertyParcels[index].property = propertyName; in updateProperties()
686 propertyParcels[index].value = properties.getString(propertyName, null); in updateProperties()
697 statsd.updateProperties(propertyParcels); in updateProperties()