Searched refs:mLockTaskUid (Results 1 – 2 of 2) sorted by relevance
413 if (callingUid != task.mLockTaskUid in stopLockTaskMode()414 && (task.mLockTaskUid != 0 || callingUid != task.effectiveUid)) { in stopLockTaskMode()415 throw new SecurityException("Invalid uid, expected " + task.mLockTaskUid in stopLockTaskMode()532 task.mLockTaskUid = callingUid; in startLockTaskMode()587 if (task.mLockTaskUid == -1) { in setLockTaskMode()588 task.mLockTaskUid = task.effectiveUid; in setLockTaskMode()
261 int mLockTaskUid = -1; // The uid of the application that called startLockTask(). field in TaskRecord