Lines Matching refs:startId
153 public int onStartCommand(Intent intent, int flags, int startId) {
154 super.onStartCommand(intent, flags, startId);
160 this.mStartId = startId;
181 if (checkAccountId == -1 || !syncOneAccount(controller, checkAccountId, startId)) {
188 stopSelf(startId);
196 stopSelf(startId);
215 stopSelf(startId);
241 stopSelf(startId);
396 * @param startId the id of this service launch
399 private boolean syncOneAccount(Controller controller, long checkAccountId, int startId) {
404 controller.serviceCheckMail(checkAccountId, inboxId, startId, mControllerCallback);