Searched refs:effectiveUid (Results 1 – 4 of 4) sorted by relevance
96 int effectiveUid; // The current effective uid of the identity of this task. field in TaskRecord242 effectiveUid = _effectiveUid; in TaskRecord()292 effectiveUid = info.applicationInfo.uid; in setIntent()835 out.attribute(null, ATTR_EFFECTIVE_UID, String.valueOf(effectiveUid)); in saveToXml()899 int effectiveUid = -1; in restoreFromXml() local940 effectiveUid = Integer.valueOf(attrValue); in restoreFromXml()1003 if (effectiveUid <= 0) { in restoreFromXml()1005 effectiveUid = 0; in restoreFromXml()1014 effectiveUid = ai.uid; in restoreFromXml()1020 + ": effectiveUid=" + effectiveUid); in restoreFromXml()[all …]
810 task.effectiveUid = task.mCallingUid = uid; in createTaskRecordLocked()
3876 if (!allowed && !task.isHomeTask() && task.effectiveUid != callingUid) { in getTasksLocked()
8040 if (tr.effectiveUid != callingUid) {8180 if (!tr.isHomeTask() && tr.effectiveUid != callingUid) {