Searched defs:host (Results 1 – 4 of 4) sorted by relevance
49 String host = intent.getExtras().getString(EXTRAS_GROUP_OWNER_ADDRESS); in onHandleIntent() local
49 TabHost host = mTabManager.handleCreateView(v); in onCreateView() local
428 let host = if package_cfg.device_supported.unwrap_or(true) { "" } else { "_host" }; in crate_to_bp_modules() localVariable
749 private String doSocketRequest(Network network, String host, String path) throws IOException { in doSocketRequest()