Searched refs:mLockTaskUid (Results 1 – 2 of 2) sorted by relevance
518 if (callingUid != task.mLockTaskUid in stopLockTaskMode()519 && (task.mLockTaskUid != 0 || callingUid != task.effectiveUid)) { in stopLockTaskMode()520 throw new SecurityException("Invalid uid, expected " + task.mLockTaskUid in stopLockTaskMode()652 task.mLockTaskUid = callingUid; in startLockTaskMode()718 if (task.mLockTaskUid == -1) { in setLockTaskMode()719 task.mLockTaskUid = task.effectiveUid; in setLockTaskMode()
340 int mLockTaskUid = -1; // The uid of the application that called startLockTask(). field in Task