Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/pm/
H A DVendorServiceController.java268 private static final int REBIND_DELAY_MS = 5000; field in VendorServiceController.VendorServiceConnection
368 mFailureHandler.obtainMessage(MSG_REBIND), REBIND_DELAY_MS); in tryToRebind() local