Home | History | Annotate | Download | only in phone

Lines Matching refs:taskId

555             NotificationManager noMan, int taskId) {
567 Intent browserIntent = getTaskIntent(taskId, userId);
614 private Intent getTaskIntent(int taskId, int userId) {
618 if (tasks.get(i).id == taskId) {