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.java97 double dasDiedServiceReconnectBackoffIncrease = parser.getFloat( in DevicePolicyConstants() local
117 dasDiedServiceReconnectBackoffIncrease = in DevicePolicyConstants()
118 Math.max(1, dasDiedServiceReconnectBackoffIncrease); in DevicePolicyConstants()
125 DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE = dasDiedServiceReconnectBackoffIncrease; in DevicePolicyConstants()