Searched refs:srec (Results 1 – 3 of 3) sorted by relevance
5579 boolean shouldUpRecreateTaskLocked(ActivityRecord srec, String destAffinity) {5583 final String affinity = ActivityRecord.computeTaskAffinity(destAffinity, srec.getUid());5584 if (srec == null || srec.getTask().affinity == null5585 || !srec.getTask().affinity.equals(affinity)) {5592 final Task task = srec.getTask();5593 if (srec.isRootOfTask() && task.getBaseIntent() != null5603 Slog.w(TAG, "shouldUpRecreateTask: task not in history for " + srec);5614 boolean navigateUpTo(ActivityRecord srec, Intent destIntent, String resolvedType,5617 if (!srec.attachedToProcess()) {5622 final Task task = srec.getTask();[all …]
383 final ActivityRecord srec = ActivityRecord.forTokenLocked(token); in shouldUpRecreateTask() local384 if (srec != null) { in shouldUpRecreateTask()385 return srec.getRootTask().shouldUpRecreateTaskLocked(srec, destAffinity); in shouldUpRecreateTask()
4511 final ServiceRecord srec = crec.binding.service; in updateServiceGroupLocked() local4512 if (srec != null && (srec.serviceInfo.flags & ServiceInfo.FLAG_ISOLATED_PROCESS) != 0) { in updateServiceGroupLocked()4513 if (srec.app != null) { in updateServiceGroupLocked()4514 final ProcessServiceRecord psr = srec.app.mServices; in updateServiceGroupLocked()4516 psr.setConnectionService(srec); in updateServiceGroupLocked()4526 srec.pendingConnectionGroup = group; in updateServiceGroupLocked()4527 srec.pendingConnectionImportance = importance; in updateServiceGroupLocked()4529 srec.pendingConnectionGroup = 0; in updateServiceGroupLocked()4530 srec.pendingConnectionImportance = 0; in updateServiceGroupLocked()