Searched refs:GetAccount (Results 1 – 6 of 6) sorted by relevance
53 Account account = GenericAccountService.GetAccount(ACCOUNT_TYPE); in CreateSyncAccount()95 GenericAccountService.GetAccount(ACCOUNT_TYPE), // Sync account in TriggerRefresh()
336 Account account = GenericAccountService.GetAccount(SyncUtils.ACCOUNT_TYPE);
48 public static String GetAccount(Context c) { in GetAccount() method in AccountStorage
47 account.setText(AccountStorage.GetAccount(getActivity())); in onCreateView()
90 String account = AccountStorage.GetAccount(this); in processCommandApdu()
48 public static Account GetAccount(String accountType) { in GetAccount() method in GenericAccountService