Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyConstantsTest.java40 assertEquals(1 * 60 * 60, constants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_SEC); in testDefaultValues()
52 assertEquals(10, constants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_SEC); in testCustomValues()
64 assertEquals(5, constants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_SEC); in testMinMax()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyConstants.java46 public final long DAS_DIED_SERVICE_RECONNECT_BACKOFF_SEC; field in DevicePolicyConstants
89 DAS_DIED_SERVICE_RECONNECT_BACKOFF_SEC = dasDiedServiceReconnectBackoffSec; in DevicePolicyConstants()
105 pw.println( DAS_DIED_SERVICE_RECONNECT_BACKOFF_SEC); in dump()
DDeviceAdminServiceController.java71 mConstants.DAS_DIED_SERVICE_RECONNECT_BACKOFF_SEC, in DevicePolicyServiceConnection()