Searched refs:effectiveUid (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | TaskRecord.java | 209 int effectiveUid; // The current effective uid of the identity of this task. field in TaskRecord 404 effectiveUid = _effectiveUid; in TaskRecord() 813 effectiveUid = info.applicationInfo.uid; in setIntent() 1934 pw.print(" effectiveUid="); UserHandle.formatUid(pw, effectiveUid); in dump() 2140 out.attribute(null, ATTR_EFFECTIVE_UID, String.valueOf(effectiveUid)); in saveToXml() 2250 int effectiveUid, String lastDescription, ArrayList<ActivityRecord> activities, in create() argument 2258 askedCompatMode, userId, effectiveUid, lastDescription, activities, in create() 2282 int effectiveUid = -1; in restoreFromXml() local 2343 effectiveUid = Integer.parseInt(attrValue); in restoreFromXml() 2431 if (effectiveUid <= 0) { in restoreFromXml() [all …]
|
D | LockTaskController.java | 401 && (task.mLockTaskUid != 0 || callingUid != task.effectiveUid)) { in stopLockTaskMode() 403 + " callingUid=" + callingUid + " effectiveUid=" + task.effectiveUid); in stopLockTaskMode() 575 task.mLockTaskUid = task.effectiveUid; in setLockTaskMode()
|
D | RecentTasks.java | 697 if (tr.effectiveUid != callingUid) { in getAppTasksList() 776 if (!tr.isActivityTypeHome() && tr.effectiveUid != callingUid) { in getRecentTasks()
|
D | ActivityStackSupervisor.java | 2804 task.effectiveUid, task.realActivity.flattenToString()); in moveTasksToFullscreenStackInSurfaceTransaction()
|
D | ActivityStack.java | 4945 if (!allowed && !task.isActivityTypeHome() && task.effectiveUid != callingUid) { in getRunningTasks()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | TaskRecordTests.java | 187 boolean askedCompatMode, int userId, int effectiveUid, String lastDescription, in create() argument
|