Lines Matching refs:handleRemoteExceptionFromCarService
1587 handleRemoteExceptionFromCarService(e); in getCarManager()
1646 return handleRemoteExceptionFromCarService(e, FEATURE_REQUEST_NOT_EXISTING); in enableFeature()
1672 return handleRemoteExceptionFromCarService(e, FEATURE_REQUEST_NOT_EXISTING); in disableFeature()
1695 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAllEnabledFeatures()
1718 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAllPendingDisabledFeatures()
1741 return handleRemoteExceptionFromCarService(e, Collections.EMPTY_LIST); in getAllPendingEnabledFeatures()
1758 public <T> T handleRemoteExceptionFromCarService(RemoteException e, T returnValue) { in handleRemoteExceptionFromCarService() method in Car
1759 handleRemoteExceptionFromCarService(e); in handleRemoteExceptionFromCarService()
1764 void handleRemoteExceptionFromCarService(RemoteException e) { in handleRemoteExceptionFromCarService() method in Car
1804 public static <T> T handleRemoteExceptionFromCarService(Service service, RemoteException e, in handleRemoteExceptionFromCarService() method in Car
1806 handleRemoteExceptionFromCarService(service, e); in handleRemoteExceptionFromCarService()
1811 public static void handleRemoteExceptionFromCarService(Service service, RemoteException e) { in handleRemoteExceptionFromCarService() method in Car
1938 handleRemoteExceptionFromCarService(e); in createCarManagerLocked()