Esempio n. 1
0
 // Build up a storage name using the values passed in
 public static String getStorageName(
     String destType, String dbType, String facilityName, String id) {
   StringPreference s = new StringPreference(destType, dbType, facilityName, id);
   return s.getHashedName();
 }
Esempio n. 2
0
 /** @return */
 public String getStorageName() {
   StringPreference s = new StringPreference(mDestType, mDbType, getFacilityName(), getID());
   return s.getHashedName();
 }