Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyConstantsTest.java42 assertEquals(2.0, constants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE); in testDefaultValues()
54 assertEquals(1.25, constants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE); in testCustomValues()
66 assertEquals(1.0, constants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE); in testMinMax()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyConstants.java60 public final double DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE; field in DevicePolicyConstants
125 DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE = dasDiedServiceReconnectBackoffIncrease; in DevicePolicyConstants()
147 pw.println(DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE); in dump()
DDeviceAdminServiceController.java68 mConstants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE, in DevicePolicyServiceConnection()