Searched defs:checkAccountId (Results 1 – 1 of 1) sorted by relevance
174 long checkAccountId = intent.getLongExtra(EXTRA_CHECK_ACCOUNT, -1); in onStartCommand() local403 private boolean syncOneAccount(Controller controller, long checkAccountId, int startId) { in syncOneAccount()