Searched refs:ROOT_UID (Results 1 – 1 of 1) sorted by relevance
116 private static final int ROOT_UID = 0; field in ContextTest1266 int returnValue = mContext.checkPermission(NOT_GRANTED_PERMISSION, 1, ROOT_UID); in testCheckPermissionRootUser()1273 int returnValue = mContext.checkPermission(null, 0, ROOT_UID); in testCheckPermissionInvalidRequest()