Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/util/
DUceUtils.java238 long provisioningValue = manager.getProvisioningIntValue( in getRcsPublishThrottle() local
240 if (provisioningValue > 0) { in getRcsPublishThrottle()
241 throttle = provisioningValue; in getRcsPublishThrottle()
259 int provisioningValue = manager.getProvisioningIntValue( in getRclMaxNumberEntries() local
261 if (provisioningValue > 0) { in getRclMaxNumberEntries()
262 maxNumEntries = provisioningValue; in getRclMaxNumberEntries()