Searched refs:startTask (Results 1 – 4 of 4) sorted by relevance
1548 final Task startTask = mTasks.get(start); in processNextAffiliateChainLocked() local1549 final int affiliateId = startTask.mAffiliatedTaskId; in processNextAffiliateChainLocked()1552 if (startTask.mTaskId == affiliateId && startTask.mPrevAffiliate == null && in processNextAffiliateChainLocked()1553 startTask.mNextAffiliate == null) { in processNextAffiliateChainLocked()1557 startTask.inRecents = true; in processNextAffiliateChainLocked()
353 startTask(); in run()580 private void startTask() throws TaskException { in startTask() method in KeyValueBackupTask
2382 protected void startTask() {2443 startTask();
11257 HPLcom/android/server/backup/keyvalue/KeyValueBackupTask;->startTask()V