Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/pm/
H A DVendorServiceController.java271 private static final int MSG_REBIND = 0; field in VendorServiceController.VendorServiceConnection
368 mFailureHandler.obtainMessage(MSG_REBIND), REBIND_DELAY_MS); in tryToRebind()
385 case MSG_REBIND: { in handleFailureMessage()