Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyConstants.java109 double dasDiedServiceReconnectBackoffIncrease = parser.getFloat( in DevicePolicyConstants() local
132 dasDiedServiceReconnectBackoffIncrease = in DevicePolicyConstants()
133 Math.max(1, dasDiedServiceReconnectBackoffIncrease); in DevicePolicyConstants()
140 DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE = dasDiedServiceReconnectBackoffIncrease; in DevicePolicyConstants()