Home | History | Annotate | Download | only in service

Lines Matching refs:startId

154     public int onStartCommand(Intent intent, int flags, int startId) {

155 super.onStartCommand(intent, flags, startId);
161 this.mStartId = startId;
182 if (checkAccountId == -1 || !syncOneAccount(controller, checkAccountId, startId)) {
189 stopSelf(startId);
197 stopSelf(startId);
216 stopSelf(startId);
242 stopSelf(startId);
400 * @param startId the id of this service launch
403 private boolean syncOneAccount(Controller controller, long checkAccountId, int startId) {
408 controller.serviceCheckMail(checkAccountId, inboxId, startId, mControllerCallback);