コード例 #1
0
 @Override
 public void setProxy(String type, String host, int port) throws RemoteException {
   mConnection.setProxy(type, host, port);
 }