Exemple #1
0
 public String getDeviceDir() {
   return Devices.getDevicesDir() + fsep + getId();
 }
Exemple #2
0
 public String getWorkDir() {
   return Devices.getDevicesDir() + fsep + getId() + fsep + "work";
 }