Home
last modified time | relevance | path

Searched refs:stateDevice (Results 1 – 5 of 5) sorted by relevance

/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/process/
H A DTransferToDeviceProcess.java37 private IStateDevice stateDevice; field in TransferToDeviceProcess
42 public void setStateDevice(final IStateDevice stateDevice) { in setStateDevice() argument
43 this.stateDevice = stateDevice; in setStateDevice()
67 this.stateDevice.getDeviceFolderPathPattern()); in getDirectory()
74 this.stateDevice.getDeviceFileNamePattern()); in getName()
79 return this.stateDevice.getDeviceFileNamePattern(); in getFileNamePattern()
84 return this.stateDevice.getDeviceFolderPathPattern(); in getFolderPathPattern()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/state/
H A DDevicePanel.java97 private IStateDevice stateDevice; field in DevicePanel
129 public void setStateDevice(final IStateDevice stateDevice) { in setStateDevice() argument
130 this.stateDevice = stateDevice; in setStateDevice()
350 this.stateDevice in applyPreferences()
369 if (this.stateDevice.getDeviceFileNamePattern() == null in updatePanel()
370 || this.stateDevice.getDeviceFileNamePattern().trim() in updatePanel()
377 this.fileNamePatternTextField.setText(this.stateDevice in updatePanel()
380 if (this.stateDevice.getDeviceFolderPathPattern() == null in updatePanel()
381 || this.stateDevice.getDeviceFolderPathPattern().trim() in updatePanel()
388 this.folderPathPatternTextField.setText(this.stateDevice in updatePanel()
[all …]
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/repository/
H A DDeviceMonitor.java50 private IStateDevice stateDevice; field in DeviceMonitor
64 public void setStateDevice(final IStateDevice stateDevice) { in setStateDevice() argument
65 this.stateDevice = stateDevice; in setStateDevice()
150 String deviceLocation = this.stateDevice.getDefaultDeviceLocation(); in checkConnection()
H A DCalculateSynchronizationBetweenDeviceAndPlayListBackgroundWorker.java46 private IStateDevice stateDevice; field in CalculateSynchronizationBetweenDeviceAndPlayListBackgroundWorker
79 public void setStateDevice(final IStateDevice stateDevice) { in setStateDevice() argument
80 this.stateDevice = stateDevice; in setStateDevice()
96 if (this.stateDevice.isAllowRepeatedSongsInDevice()) { in doInBackground()
H A DDeviceHandler.java139 private IStateDevice stateDevice; field in DeviceHandler
191 public void setStateDevice(final IStateDevice stateDevice) { in setStateDevice() argument
192 this.stateDevice = stateDevice; in setStateDevice()
240 if (isDefaultDeviceLocationConfigured(this.stateDevice)) { in deferredInitialization()
255 if (isDefaultDeviceLocationConfigured(this.stateDevice) in applicationStateChanged()
258 } else if (!isDefaultDeviceLocationConfigured(this.stateDevice) in applicationStateChanged()
808 if (this.stateDevice.isAllowRepeatedSongsInDevice()) { in isElementNotPresentInDevice()
853 if (this.stateDevice.isAllowRepeatedSongsInDevice()) { in isElementNotPresentInList()