Searched refs:onRebind (Results 1 – 3 of 3) sorted by relevance
69 public void onRebind(Intent intent) { in onRebind() method in ServiceProxy70 mRealService.onRebind(intent); in onRebind()
41 override fun onRebind(intent: Intent?) { in <lambda>() method in com.android.systemui.car.appcard.AppCardService43 super.onRebind(intent) in <lambda>()
82 public void onRebind(@Nullable Intent intent) { in onRebind() method in PermissionControllerLifecycleService