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.java41 assertThat(constants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE).isWithin(1.0e-10).of(2.0); in testDefaultValues()
54 assertThat(constants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE).isWithin(1.0e-10) in testCustomValues()
68 assertThat(constants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE).isWithin(1.0e-10).of(1.0); in testMinMax()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyConstants.java66 public final double DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE; field in DevicePolicyConstants
140 DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE = dasDiedServiceReconnectBackoffIncrease; in DevicePolicyConstants()
162 pw.println(DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE); in dump()
DDeviceAdminServiceController.java62 mConstants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_INCREASE, in DevicePolicyServiceConnection()