Searched refs:serverIntent (Results 1 – 2 of 2) sorted by relevance
338 Intent serverIntent = null; in onOptionsItemSelected() local342 serverIntent = new Intent(this, DeviceListActivity.class); in onOptionsItemSelected()343 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_SECURE); in onOptionsItemSelected()347 serverIntent = new Intent(this, DeviceListActivity.class); in onOptionsItemSelected()348 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_INSECURE); in onOptionsItemSelected()
383 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class); in onOptionsItemSelected() local384 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_SECURE); in onOptionsItemSelected()389 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class); in onOptionsItemSelected() local390 startActivityForResult(serverIntent, REQUEST_CONNECT_DEVICE_INSECURE); in onOptionsItemSelected()