Searched defs:handleRemoteExceptionFromCarService (Results 1 – 3 of 3) sorted by relevance
47 <T> T handleRemoteExceptionFromCarService(RemoteException e, T returnValue); in handleRemoteExceptionFromCarService() method52 void handleRemoteExceptionFromCarService(RemoteException e); in handleRemoteExceptionFromCarService() method
57 protected <T> T handleRemoteExceptionFromCarService(RemoteException e, T returnValue) { in handleRemoteExceptionFromCarService() method in CarManagerBase61 protected void handleRemoteExceptionFromCarService(RemoteException e) { in handleRemoteExceptionFromCarService() method in CarManagerBase
2547 public <T> T handleRemoteExceptionFromCarService(RemoteException e, T returnValue) { in handleRemoteExceptionFromCarService() method in Car2554 public void handleRemoteExceptionFromCarService(RemoteException e) { in handleRemoteExceptionFromCarService() method in Car2595 public static <T> T handleRemoteExceptionFromCarService(Service service, RemoteException e, in handleRemoteExceptionFromCarService() method in Car2603 public static void handleRemoteExceptionFromCarService(Service service, RemoteException e) { in handleRemoteExceptionFromCarService() method in Car