Searched refs:GenericAccountService (Results 1 – 3 of 3) sorted by relevance
28 import com.example.android.common.accounts.GenericAccountService;53 Account account = GenericAccountService.GetAccount(ACCOUNT_TYPE); in CreateSyncAccount()95 GenericAccountService.GetAccount(ACCOUNT_TYPE), // Sync account in TriggerRefresh()
43 import com.example.android.common.accounts.GenericAccountService;336 Account account = GenericAccountService.GetAccount(SyncUtils.ACCOUNT_TYPE);
30 public class GenericAccountService extends Service { class