Searched refs:deviceName (Results 1 – 7 of 7) sorted by relevance
230 viewHolder.deviceName = (TextView) view.findViewById(R.id.device_name); in getView()237 final String deviceName = device.getName(); in getView() local238 if (deviceName != null && deviceName.length() > 0) in getView()239 viewHolder.deviceName.setText(deviceName); in getView()241 viewHolder.deviceName.setText(R.string.unknown_device); in getView()265 TextView deviceName; field in DeviceScanActivity.ViewHolder
75 String deviceName = DEVICE_NAME_UNKNOWN; in updateCurrentDeviceTextView() local77 deviceName = DEVICE_NAME_DEFAULT; in updateCurrentDeviceTextView()80 deviceName = Objects.requireNonNull(device).getName(); in updateCurrentDeviceTextView()84 deviceName = virtualDevice.getName(); in updateCurrentDeviceTextView()90 currentDevice.setText(context.getString(R.string.current_device, deviceName)); in updateCurrentDeviceTextView()
76 String deviceName = DEVICE_NAME_UNKNOWN; in updateCurrentDeviceTextView() local78 deviceName = DEVICE_NAME_DEFAULT; in updateCurrentDeviceTextView()81 deviceName = Objects.requireNonNull(device).getName(); in updateCurrentDeviceTextView()85 deviceName = virtualDevice.getName(); in updateCurrentDeviceTextView()91 currentDevice.setText(context.getString(R.string.current_device, deviceName)); in updateCurrentDeviceTextView()
130 top.setText(device.deviceName); in getView()150 view.setText(device.deviceName); in updateThisDevice()
187 String deviceName = device.getDeviceName();188 if (mDevice != null && mDevice.equals(deviceName)) {
78 nameText.setText(service.device.deviceName + " - " + service.instanceName); in getView()
276 device.deviceName + " is " in discoverService()