Searched refs:mLockTaskUid (Results 1 – 2 of 2) sorted by relevance
497 if (callingUid != task.mLockTaskUid in stopLockTaskMode()498 && (task.mLockTaskUid != 0 || callingUid != task.effectiveUid)) { in stopLockTaskMode()499 throw new SecurityException("Invalid uid, expected " + task.mLockTaskUid in stopLockTaskMode()622 task.mLockTaskUid = callingUid; in startLockTaskMode()676 if (task.mLockTaskUid == -1) { in setLockTaskMode()677 task.mLockTaskUid = task.effectiveUid; in setLockTaskMode()
363 int mLockTaskUid = -1; // The uid of the application that called startLockTask(). field in Task