Searched defs:host (Results 1 – 5 of 5) sorted by relevance
49 String host = intent.getExtras().getString(EXTRAS_GROUP_OWNER_ADDRESS); in onHandleIntent() local
448 def connect(self, host): argument451 def disconnect(self, host): argument
49 TabHost host = mTabManager.handleCreateView(v); in onCreateView() local
55 struct mmc_host *host; member
715 private String doSocketRequest(Network network, String host, String path) throws IOException { in doSocketRequest()