Exemplo n.º 1
0
 /** @return List of enabled accounts. */
 public Collection<String> getAccounts() {
   return Collections.unmodifiableCollection(enabledAccounts);
 }
Exemplo n.º 2
0
 /** @return List of all accounts including disabled. */
 public Collection<String> getAllAccounts() {
   return Collections.unmodifiableCollection(accountItems.keySet());
 }
Exemplo n.º 3
0
 /** @return List of preset statuses. */
 public Collection<SavedStatus> getSavedStatuses() {
   return Collections.unmodifiableCollection(savedStatuses);
 }