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