Searched refs:getGoogleAccountNames (Results 1 – 3 of 3) sorted by relevance
31 List<String> accountsList = AccountManagerHelper.get(getActivity()).getGoogleAccountNames(); in onCreateDialog()
94 java.util.List<String> accountNames = accountManagerHelper.getGoogleAccountNames(); in getAccounts()
109 public List<String> getGoogleAccountNames() { in getGoogleAccountNames() method in AccountManagerHelper