Home
last modified time | relevance | path

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

/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsSettingUtils.java245 int publishThrottle = 60000; in getPublishThrottle() local
252 publishThrottle = imsConfig.getProvisionedValue( in getPublishThrottle()
259 logger.debug("publishThrottle=" + publishThrottle); in getPublishThrottle()
260 return publishThrottle; in getPublishThrottle()